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

remove console logging

parent a65d70e9
......@@ -33,7 +33,6 @@
'/getConfigurationDict', {
success: function (data) {
configuration = $.extend(configuration, data);
console.log(configuration);
dream_instance = Dream(configuration);
dream_instance.start();
......@@ -231,7 +230,7 @@
data: form_data,
dataType: 'json',
error: function () {
console.log('error');
console.error('error');
},
success: function (data, textStatus, jqXHR) {
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