Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Removed debug ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
Shepless committed May 15, 2020
1 parent fb2fe80 commit 1acce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class ServerConnection {
private hasInitialData: boolean;

constructor() {
this.host = '192.168.12.131'; // window.location.hostname;
this.host = window.location.hostname;
this.port = 946;
this.requestId = 0;
// this.isDiscoveringIntegrations = false;
Expand Down

0 comments on commit 1acce07

Please sign in to comment.