diff --git a/client/client.js b/client/client.js index e01d47a6..09777785 100644 --- a/client/client.js +++ b/client/client.js @@ -41,7 +41,7 @@ function CloudCmdProto(DOM) { let Listeners; const log = (...a) => { - if (!isDev ) + if (!isDev) return; console.log(...a);