summaryrefslogtreecommitdiff
path: root/src/components/modals
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-15 23:24:28 +0300
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:42 +0200
commit91c8088e1d7def9242f60c708cd34f25dcb77d76 (patch)
treeb68065019692cea5cf6c3d14b811104aff2f0879 /src/components/modals
parentd7512ace72448242b392299cf459c9c72c8dbee5 (diff)
Connect to backend and fetch initial project data
Diffstat (limited to 'src/components/modals')
-rw-r--r--src/components/modals/Modal.js1
1 files changed, 0 insertions, 1 deletions
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");
}
});
}