mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Comment out console.log call.
This commit is contained in:
parent
f4a1f3b9b8
commit
bbabfb0a66
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ app = Sammy('#main', function (sam) {
|
|||
// Open a WebSocket connection to retrieve live messages from the moulinette
|
||||
ws = new WebSocket('wss://'+ store.get('url') +'/messages');
|
||||
ws.onmessage = function(evt) {
|
||||
console.log(evt.data);
|
||||
// console.log(evt.data);
|
||||
$.each($.parseJSON(evt.data), function(k, v) {
|
||||
c.flash(k, v);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue