Skip to content

Commit

Permalink
remove call to std.debug.print
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Sep 10, 2023
1 parent 9e81e3d commit ba5bcca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analysis.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2145,7 +2145,6 @@ pub fn getFieldAccessType(analyser: *Analyser, handle: *const DocumentStore.Hand
}
}

std.debug.print("current_type: {?}\n", .{current_type});
if (current_type) |ct| {
return FieldAccessReturn{
.original = ct,
Expand Down

0 comments on commit ba5bcca

Please sign in to comment.