Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f62f582

Browse files
committed
remove extra code
1 parent a3e6633 commit f62f582

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: templates/build.tmpl

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
host = "gobuild.io:3000"
3333
}
3434
var wsUri = protocol + "://" + host + "/websocket/output";
35-
if(window.location.host == "gobuild.io") {
36-
wsUri ="ws://gobuild.io:3000/websocket/output"; // websocket address
37-
}
3835
var x = getosarch();
3936
$(":input[name=goos]").val(x.os);
4037
$(":input[name=goarch]").val(x.arch);

0 commit comments

Comments
 (0)