diff --git a/script/build-web.sh b/script/build-web.sh
deleted file mode 100755
index 3851312b..00000000
--- a/script/build-web.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-build() {
- echo 'building app for web'
-
- export INLINE_RUNTIME_CHUNK=false
- export GENERATE_SOURCEMAP=false
-
- craco --max_old_space_size=4096 build
-
- rm -rf dist
- mkdir -p dist
- cp -r build/* dist/
-}
-
-build
\ No newline at end of file
diff --git a/src/components/Layout/Header.tsx b/src/components/Layout/Header.tsx
index 386e4a45..749928b7 100644
--- a/src/components/Layout/Header.tsx
+++ b/src/components/Layout/Header.tsx
@@ -61,8 +61,6 @@ export const Header = () => {
setDNDDuration('never')
}
- console.log('location', location)
-
return (
<>