Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Sep 11, 2023
1 parent 80645e3 commit 804b6f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/scip_visitor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class ScipVisitor extends GeneralizingAstVisitor {
}

void _visitTypeAnnotation(TypeAnnotation node) {
print(node.runtimeType);
final element = node is NamedType
? node.element
: node.type?.element;
Expand Down

0 comments on commit 804b6f6

Please sign in to comment.