aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/models/report.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-08-23 12:52:41 +0100
committerStruan Donald <struan@exo.org.uk>2013-08-23 12:52:41 +0100
commitabe39fcfb760994bba612becb0acd34ab2c2f4dd (patch)
tree16d461b8421caee6cfaf47b5bc2870e09bc9aace /src/js/models/report.js
parent05a58fa513a0a20834eface604217bf80513582b (diff)
remove unwanted debug statements
Diffstat (limited to 'src/js/models/report.js')
-rw-r--r--src/js/models/report.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/models/report.js b/src/js/models/report.js
index 008b9eb..97e426e 100644
--- a/src/js/models/report.js
+++ b/src/js/models/report.js
@@ -196,7 +196,6 @@
}
},
error: function (data, status, errorThrown ) {
- console.log(FMS.strings.report_send_error);
that.trigger('error', that, data, status, errorThrown );
}
} );