Skip to content

Commit

Permalink
debug: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Nov 7, 2024
1 parent 78a8536 commit c72b471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion argilla-frontend/middleware/route-guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const { set } = useLocalStorage();
export default ({ $auth, route, redirect }: Context) => {
const { isRunningOnHuggingFace } = useRunningEnvironment();

console.log(route);
// By-pass unknown routes. This is needed to avoid errors with API calls.
if (route.name == null) return;

Expand Down

0 comments on commit c72b471

Please sign in to comment.