Skip to content

Commit b6e28da

Browse files
author
BMh
committed
Remove local test
1 parent 087a063 commit b6e28da

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
/coverage
1010

1111
# Ignore Local Script Folder
12-
/scripts
12+
/scripts
13+
14+
# Ignore local test
15+
/src/maintest.js

src/index.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,4 @@ const TagGroup = require("./tag-group");
44
const EthernetIP = require("./enip");
55
const util = require("./utilities");
66

7-
/*const mynip = new EthernetIP.ENIP();
8-
mynip.listServices("192.168.1.11").then(data => {
9-
if(data) {
10-
console.log(data);
11-
}
12-
});*/
13-
util.discoverProm()
14-
.then((ret) =>{
15-
console.log(ret);
16-
})
17-
.catch((err) =>{
18-
console.log(err);
19-
});
20-
217
module.exports = { Controller, Tag, TagGroup, EthernetIP, util };

0 commit comments

Comments
 (0)