Skip to content

Commit d9d3c9a

Browse files
committed
Remove debug printf call
Signed-off-by: James Mulcahy <[email protected]>
1 parent eba79a5 commit d9d3c9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared_data.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ WasmResult SharedData::remove(std::string_view vm_id, std::string_view key, uint
114114
return WasmResult::CasMismatch;
115115
}
116116
if (result != nullptr) {
117-
// printf("Here w/ %s", it->second.first.c_str());
118117
*result = it->second;
119118
}
120119
map->erase(it);

0 commit comments

Comments
 (0)