From 6b9de405e14c8332ff99a95bb0e6fca481213340 Mon Sep 17 00:00:00 2001 From: Kunal Pathak Date: Mon, 12 Sep 2016 23:19:14 -0700 Subject: [PATCH] chakracore: Remove debugging trace This brings down change https://github.com/Microsoft/ChakraCore/pull/1570 from chakracore to delete debugging traces. Fixes: #115 PR-URL: nodejs/node-chakracore#116 Reviewed-By: Jianchun Xu --- deps/chakrashim/core/lib/common/Memory/Recycler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/deps/chakrashim/core/lib/common/Memory/Recycler.cpp b/deps/chakrashim/core/lib/common/Memory/Recycler.cpp index 44874ab22e8..ed72eff0c13 100644 --- a/deps/chakrashim/core/lib/common/Memory/Recycler.cpp +++ b/deps/chakrashim/core/lib/common/Memory/Recycler.cpp @@ -4914,8 +4914,6 @@ Recycler::BackgroundScanStack() #ifdef RECYCLER_TRACE CUSTOM_PHASE_PRINT_VERBOSE_TRACE1(GetRecyclerFlagsTable(), Js::ScanStackPhase, _u("[%04X] Skipping the stack scan\n"), ::GetCurrentThreadId()); #endif - Output::Print(Js::ScanStackPhase, _u("[%04X] Skipping the stack scan\n"), ::GetCurrentThreadId()); - return 0; }