From 8281b2b460b6752ef7371f04d482d88fc9d8a4d8 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Thu, 5 Apr 2018 23:55:51 +0200 Subject: [PATCH] Disable console output in webapp --- webapp/src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/index.js b/webapp/src/index.js index e549eca..8992c99 100644 --- a/webapp/src/index.js +++ b/webapp/src/index.js @@ -18,7 +18,6 @@ $(function(){ // IPs var ips = _.uniq(_.flatten(_.map(item.hostnames, 'ip_addresses'))); - console.log(ips); row.append('' + _.join(ips, ', ') + ''); // hostnames