From b45f874ce493360bd11f7274501b23dbd3dfa5fc Mon Sep 17 00:00:00 2001 From: Claudio Barril Date: Sun, 7 Sep 2014 18:51:19 -0300 Subject: [PATCH] remove console printing for debugging --- wise-webapp/src/main/webapp/jsp/mindmapImport.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp b/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp index b6345cf9..1802eee9 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapImport.jsp @@ -53,7 +53,6 @@ description = description == undefined ? "" : description; var onSuccess = function (data, textStatus, jqXHR) { - console.log('hola'); var resourceId = data.getResponseHeader("ResourceId"); window.location = "c/maps/" + resourceId + "/edit"; };