Skip to content

Commit

Permalink
Fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6368 committed Oct 1, 2023
1 parent 9498001 commit 12a0438
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions embark/static/scripts/logViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ window.addEventListener(
wsPort = ":8000";
}

var socket = new WebSocket(
wsStart + location.hostname + wsPort + "/ws/logs/" + analysis_id
);

window.file_view = {
offset: 0,
limit: 50,
Expand Down

0 comments on commit 12a0438

Please sign in to comment.