Debug trace removed
This commit is contained in:
parent
abc426bc4d
commit
e2281d6bc8
|
@ -2780,7 +2780,7 @@ function showPreviewStaticGraph(staticGraph) {
|
|||
dataType: 'json',
|
||||
timeout: 10000,
|
||||
error: function (xhr, textStatus, errorThrown) {
|
||||
$("#preview").empty();console.log(errorThrown);
|
||||
$("#preview").empty();
|
||||
},
|
||||
success: function (data) {
|
||||
$("#preview").empty();
|
||||
|
|
Loading…
Reference in New Issue