remove console printing for debugging
parent
bf5ae3b0de
commit
37b2cc7466
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue