Skip to content

Commit 42481d9

Browse files
committed
wip
1 parent 890ee66 commit 42481d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Server.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ class Server {
5858
normalizeOptions(this.compiler, this.options);
5959
updateCompiler(this.compiler, this.options);
6060

61-
// TODO: need to investigate
62-
// if this value is deleted, all transportMode will be broken
63-
// this.sockPath = this.options.sockPath;
64-
// this.sockPath = this.options.sockPath;
65-
6661
this.SocketServerImplementation = getSocketServerImplementation(
6762
this.options
6863
);

0 commit comments

Comments
 (0)