From f2da5de06e8464cae061a28b72744f81e834a601 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 30 Mar 2018 17:05:42 +0200 Subject: [PATCH] Remove log --- UI/Component/Form.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/UI/Component/Form.js b/UI/Component/Form.js index 61934fc..e14f06e 100644 --- a/UI/Component/Form.js +++ b/UI/Component/Form.js @@ -220,8 +220,6 @@ response = new jsOMS.Message.Response.Response(o); let successInject = null; - console.log(response); - if (typeof o.status !== 'undefined') { self.app.notifyManager.send( new jsOMS.Message.Notification.NotificationMessage(o.status, o.title, o.message), jsOMS.Message.Notification.NotificationType.APP_NOTIFICATION