Skip to content

Commit

Permalink
refactor: 🔇 remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucca180 committed Jan 26, 2025
1 parent 7988503 commit 40f1bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/restock/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const RestockDashboard = (props: RestockDashboardProps) => {
if (!window) return;
let currentParsed: RestockSession[] = [];
let unsyncParsed: RestockSession[] = [];
console.log('importing', window.itemdb_restock);

if (window.itemdb_restock) {
const { current_sessions, unsync_sessions } = window.itemdb_restock.getSessions();
currentParsed = Object.values(current_sessions);
Expand Down

0 comments on commit 40f1bac

Please sign in to comment.