From 0ec4acce1e7e5488f1e21de7b2870555e54ab684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 3 Aug 2017 11:24:49 +0100 Subject: [PATCH] style(portal-api): lint --- packages/portal-api/lib/watch/machines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/portal-api/lib/watch/machines.js b/packages/portal-api/lib/watch/machines.js index 7a12faae..22f24d87 100644 --- a/packages/portal-api/lib/watch/machines.js +++ b/packages/portal-api/lib/watch/machines.js @@ -545,7 +545,7 @@ module.exports = class MachineWatcher { return; } - //console.log('-> `change` event received', Util.inspect(machine)); + // console.log('-> `change` event received', Util.inspect(machine)); const { id, tags = {} } = machine;