Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77fe561

Browse files
thimovssrngadam
authored andcommitted
removed old logs
1 parent 23ccc8d commit 77fe561

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/server/api/arpTable.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var getEntries = function(arpTable) {
1212
var rows = arpTable.split("\n");
1313

1414
rows.forEach((row, index) => {
15-
console.log(row);
1615
if (index === 0)
1716
return;
1817

@@ -28,9 +27,6 @@ var getEntries = function(arpTable) {
2827
throw new Error('no MAC');
2928
}
3029

31-
console.log(IP[0]);
32-
console.log(MAC[0]);
33-
3430
entries.push({
3531
'updatedAt': new Date(),
3632
'IP': IP[0],

0 commit comments

Comments
 (0)