Skip to content

Commit

Permalink
remove silly logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 14, 2023
1 parent 0cca7f2 commit 1307299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ $((): void => {
// There may be an issue where the auto scroll in to view is happening when a new log entry comes in.
// This may prevent the auto-scrolling from working. Will need more testing.
$("#container-logs").on("scroll", function (e) {
console.log(e);
// if the user is scrolling unless the user is at the bottom
if (
$("#container-logs").scrollTop() + $("#container-logs").height() <
Expand Down

0 comments on commit 1307299

Please sign in to comment.