Skip to content

Commit a5182d5

Browse files
committed
Remove debugging added in #24963
1 parent 95c65e9 commit a5182d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/libstack_trace.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ var LibraryStackTrace = {
243243
emscripten_pc_get_function: (pc) => {
244244
var frame = UNWIND_CACHE[pc];
245245
if (!frame) return 0;
246-
dbg(getCallstack())
247246

248247
var name;
249248
var match;

0 commit comments

Comments
 (0)