Commit 62f5013c authored by Jérome Perrin's avatar Jérome Perrin

remove console logging

parent a65d70e9
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
'/getConfigurationDict', { '/getConfigurationDict', {
success: function (data) { success: function (data) {
configuration = $.extend(configuration, data); configuration = $.extend(configuration, data);
console.log(configuration);
dream_instance = Dream(configuration); dream_instance = Dream(configuration);
dream_instance.start(); dream_instance.start();
...@@ -231,7 +230,7 @@ ...@@ -231,7 +230,7 @@
data: form_data, data: form_data,
dataType: 'json', dataType: 'json',
error: function () { error: function () {
console.log('error'); console.error('error');
}, },
success: function (data, textStatus, jqXHR) { success: function (data, textStatus, jqXHR) {
form.reset(); form.reset();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment