Debug trace removed

This commit is contained in:
Alejandro Gallardo Escobar 2015-06-11 12:07:27 +02:00
parent abc426bc4d
commit e2281d6bc8
1 changed files with 1 additions and 1 deletions

View File

@ -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();