Skip to content

Commit 7f8d1ef

Browse files
committed
chore: delete console.logs
1 parent 7cb9f14 commit 7f8d1ef

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/v2/autorespond/code_parsing/hasVarInSource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function hasVarInSource(source: string): boolean {
88
ts.ScriptTarget.Latest,
99
true
1010
);
11-
console.group({ source })
1211
return !!sourceFile.forEachChild(visit);
1312
}
1413

src/v2/autorespond/code_parsing/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export function detectVar(msg: Message): boolean {
2828
return;
2929
}
3030

31-
console.log(msg.content, msg.cleanContent)
32-
3331
const { content, channel, author } = msg;
3432

3533
if (getFirstVar(content)) {

0 commit comments

Comments
 (0)