Skip to content

Commit 2ae309a

Browse files
committed
fix: delete log
1 parent b5ae2d0 commit 2ae309a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/Customize/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ const Index: FC = () => {
138138
* description: Activate scripts with data-client attribute when route changes
139139
*/
140140
const allScript = document.body.querySelectorAll('script[data-client]');
141-
console.log('allScript', allScript);
142141
allScript.forEach((scriptNode) => {
143142
const script = document.createElement('script');
144143
script.setAttribute('data-client', 'true');

0 commit comments

Comments
 (0)