Skip to content

Commit ba8e5d5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
window.BootstrapBlazor.MindMap = {
66
callbacks: {
77
clickCustom: function (args) {
8-
console.log(this, args);
8+
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)