We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604e831 commit 6ad8a04Copy full SHA for 6ad8a04
src/BootstrapBlazor.Server/Components/Components/FooterCounter.razor.js
@@ -33,7 +33,6 @@ export function updateFooterCounter(id, totalSeconds) {
33
const counter = Data.get(id);
34
if (counter) {
35
counter.totalSeconds = totalSeconds;
36
- console.log(`FooterCounter updated: ${id}, totalSeconds: ${totalSeconds}`);
37
}
38
39
0 commit comments