Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
fix: Don't console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Mar 17, 2022
1 parent c37b54b commit 0696609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/libclang-bindings/src/models/decl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class Decl extends Cursor {
case CXCursorKind.CXCursor_TypedefDecl:
return new TypedefDecl(native, cursor.kind);
default:
console.log(cursor.kind);
return undefined;
}
}
Expand Down

0 comments on commit 0696609

Please sign in to comment.