Skip to content

Commit 269e985

Browse files
committed
chore: remove debug logs from code injector
1 parent ea33b90 commit 269e985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/modules/codeInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ class CodeInjector implements ICodeInjector {
10371037

10381038
const buildHash = await this.tryReadFile(path.join(serveDir, '.adminforth_build_hash'));
10391039
const messagesHash = await this.tryReadFile(path.join(serveDir, '.adminforth_messages_hash'));
1040-
console.log({buildHash, sourcesHash});
1040+
10411041
const skipBuild = buildHash === sourcesHash;
10421042
const skipExtract = messagesHash === sourcesHash;
10431043

0 commit comments

Comments
 (0)