Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Oct 14, 2021
1 parent 3fbd301 commit 063b286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gc-heap-snapshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ bool _fieldpath_for_slot_helper(
string field_name;
// TODO: NamedTuples should maybe have field names? Maybe another way to get them?
if (jl_is_tuple_type(objtype) || jl_is_namedtuple_type(objtype)) {
jl_printf(JL_STDERR, "HERE\n");
ss << "[" << i << "]";
field_name = ss.str().c_str(); // See scope comment, above.
} else {
Expand Down

0 comments on commit 063b286

Please sign in to comment.