Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Oct 23, 2024
1 parent b129d25 commit 5a0f4e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/submission/autoWarning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ function showAutoWarningIfRequiredInternal(title: string, element: HTMLElement):
timeout = null;

const originalTitle = getCurrentPageTitle() || "";
console.log(originalTitle)
const warning = getAutoWarning(title, originalTitle);
if (warning && warning.id !== currentWarningId) {
activeTooltip?.close();
Expand Down

0 comments on commit 5a0f4e6

Please sign in to comment.