Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio06 committed Nov 18, 2024
1 parent 2b5128a commit caa8732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/local-disk/use-local-disk.hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export const useLocalDisk = () => {
reader.onload = () => {
const content = reader.result as string;
const parseData: QuickMockFileContract = JSON.parse(content);
console.log(parseData.version);
if (parseData.version === '0.1') {
// Handle version 0.1 parsing
const appDocument =
Expand Down

0 comments on commit caa8732

Please sign in to comment.