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 b5ae2d0 commit 2ae309aCopy full SHA for 2ae309a
ui/src/components/Customize/index.tsx
@@ -138,7 +138,6 @@ const Index: FC = () => {
138
* description: Activate scripts with data-client attribute when route changes
139
*/
140
const allScript = document.body.querySelectorAll('script[data-client]');
141
- console.log('allScript', allScript);
142
allScript.forEach((scriptNode) => {
143
const script = document.createElement('script');
144
script.setAttribute('data-client', 'true');
0 commit comments