diff --git a/scripts/githooks/check-localstorage-usage.js b/scripts/githooks/check-localstorage-usage.js index 1b751dbc16..50e0bd9421 100755 --- a/scripts/githooks/check-localstorage-usage.js +++ b/scripts/githooks/check-localstorage-usage.js @@ -36,7 +36,6 @@ const checkLocalStorageUsage = (file) => { } try { - // Check if the file exists if (fs.existsSync(file)) { const content = readFileSync(file, 'utf-8');