mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: remove console.log
This commit is contained in:
parent
39742f53e5
commit
06dd79f34c
@ -334,7 +334,6 @@ jQuery.noConflict();
|
||||
// Ensure that form view is loaded (rather than whole "Content" template)
|
||||
complete: function(xmlhttp, status) {
|
||||
var msg = (xmlhttp.getResponseHeader('X-Status')) ? xmlhttp.getResponseHeader('X-Status') : xmlhttp.responseText;
|
||||
console.log(msg);
|
||||
|
||||
try {
|
||||
if (typeof msg != "undefined" && msg != null) eval(msg);
|
||||
|
Loading…
Reference in New Issue
Block a user