Skip to content

Commit a5501f1

Browse files
committed
Remove unneeded log statement
1 parent 544be58 commit a5501f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lnt/server/ui/static/lnt_tableau.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
var resp = getValue(ts_url + "/machines/");
4646
var machines = resp.machines;
4747
return machines.filter(function (name_ids) {
48-
console.log(name_ids.name + ", " + name_regexp.test(name_ids.name));
4948
return name_regexp.test(name_ids.name);
5049
});
5150
}

0 commit comments

Comments
 (0)