Skip to content

Commit 02629cf

Browse files
committed
Remove debugging @show
1 parent 16d8c8d commit 02629cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/COFF/COFFStrTab.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ string or an `strtab_lookup`. If the latter, then perform the lookup
2727
"""
2828
function fixed_string_lookup(oh::COFFHandle, name)
2929
if !isempty(name) && name[1] == '/'
30-
@show name
3130
# Wow, COFF files are weird.
3231
strtab = StrTab(oh)
3332
return strtab_lookup(strtab, parse(Int, name[2:end]))

0 commit comments

Comments
 (0)