Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: runtime/bin/extensions_win.cc

Issue 2153813003: Remove windows debug print and trace shutdown on some tests (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/isolate/package_config_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/extensions_win.cc
diff --git a/runtime/bin/extensions_win.cc b/runtime/bin/extensions_win.cc
index 19ccb808a59bb128b87a055be2e19228c4d6567a..493acad450eae3405f4ad852ec3ba2b507500687 100644
--- a/runtime/bin/extensions_win.cc
+++ b/runtime/bin/extensions_win.cc
@@ -18,7 +18,6 @@ const char* kPrecompiledDataSymbolName = "_kDataSnapshot";
void* Extensions::LoadExtensionLibrary(const char* library_file) {
SetLastError(0);
- fprintf(stderr, "trying to load %s\n", library_file);
return LoadLibraryW(StringUtilsWin::Utf8ToWide(library_file));
}
« no previous file with comments | « no previous file | tests/isolate/package_config_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698