refactor(fs-extra): remove console.log
This commit is contained in:
parent
b73844b24a
commit
0978338905
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ const readFileSync = (p: string) => {
|
|||
};
|
||||
|
||||
const existsSync = (p: string) => {
|
||||
console.log(p);
|
||||
return mockFiles[p] !== undefined;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue