remove debug statement

This commit is contained in:
Laura Klünder 2018-11-17 01:41:18 +01:00
parent 6f25708f46
commit 2e7b5ceff0

View file

@ -1098,7 +1098,6 @@ editor = {
item = data[i];
apid = 'ap-'+item.bssid.replace(/:/g, '-');
line = $table.find('tr.'+apid);
console.log(line);
color = Math.max(0, Math.min(50, item.level+80));
color = 'rgb('+String(250-color*5)+', '+String(color*4)+', 0)';
if (line.length) {