Skip to content

Commit

Permalink
feat: change console warn to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Nov 5, 2024
1 parent c3f4877 commit ce12a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/src/ts/routing/ScriptHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class ScriptHandler {
console.error(`Failed to load script for route ${routeName}:`, error);
}
} else {
console.warn(`No matching page Class found for route: ${routeName}`);
console.debug(`No matching page Class found for route: ${routeName}`);
}
}

Expand Down

0 comments on commit ce12a85

Please sign in to comment.