From 91c8088e1d7def9242f60c708cd34f25dcb77d76 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 15 Aug 2017 23:24:28 +0300 Subject: Connect to backend and fetch initial project data --- src/components/modals/Modal.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/modals/Modal.js') diff --git a/src/components/modals/Modal.js b/src/components/modals/Modal.js index e7054fec..c4f10b29 100644 --- a/src/components/modals/Modal.js +++ b/src/components/modals/Modal.js @@ -26,7 +26,6 @@ class Modal extends React.Component { window["$"]("#" + this.id).on("hide.bs.modal", () => { if (this.visible) { this.props.onCancel(); - console.log("TEST"); } }); } -- cgit v1.2.3