Skip to content

Commit 6ad8a04

Browse files
committed
refactor: 移除调试信息
1 parent 604e831 commit 6ad8a04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BootstrapBlazor.Server/Components/Components/FooterCounter.razor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function updateFooterCounter(id, totalSeconds) {
3333
const counter = Data.get(id);
3434
if (counter) {
3535
counter.totalSeconds = totalSeconds;
36-
console.log(`FooterCounter updated: ${id}, totalSeconds: ${totalSeconds}`);
3736
}
3837
}
3938

0 commit comments

Comments
 (0)