Disable console output in webapp

This commit is contained in:
Marian Steinbach 2018-04-05 23:55:51 +02:00
parent dee3eb1d59
commit 8281b2b460

View file

@ -18,7 +18,6 @@ $(function(){
// IPs
var ips = _.uniq(_.flatten(_.map(item.hostnames, 'ip_addresses')));
console.log(ips);
row.append('<td>' + _.join(ips, ', ') + '</a></td>');
// hostnames