remove console printing for debugging

Claudio Barril 2014-09-07 18:51:19 -03:00
parent 8b6764af17
commit b45f874ce4
1 changed files with 0 additions and 1 deletions

View File

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