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"; };