Skip to content

Commit b87ae23

Browse files
committed
Remove a diagnostic output
1 parent b5f7975 commit b87ae23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/record.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ end
9696
end
9797

9898
@inline Base.@propagate_inbounds function setcell!(col::StringVector, i, val::StrRange, str)
99-
val.escapecount>0 && @debug("Not yet implemented")
99+
# TODO Properly handle the val.escapecount>0 case
100100
col[i] = WeakRefString(pointer(str, val.offset + 1), val.length)
101101
PARSE_SUCCESS
102102
end

0 commit comments

Comments
 (0)