Skip to content

Commit

Permalink
clean console
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid committed Sep 22, 2024
1 parent 5e885f6 commit 0cd539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/context/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const DataProvider = (props: { children: React.ReactNode }) => {
database !== undefined &&
remote !== undefined
) {
console.log('database not matched', remote, database);
// console.log('database not matched', remote, database);
return;
}
// check state to see if it is loading or building index, if so, start server cron job
Expand Down

0 comments on commit 0cd539d

Please sign in to comment.