From 2d852b02c36b3f552e2d7a57676aaad866b0bbce Mon Sep 17 00:00:00 2001 From: Senthil Date: Wed, 18 May 2016 09:27:30 -0700 Subject: [PATCH] Remove printf debugging --- src/corehost/corehost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corehost/corehost.cpp b/src/corehost/corehost.cpp index 95b1ba6ac..6201d1172 100644 --- a/src/corehost/corehost.cpp +++ b/src/corehost/corehost.cpp @@ -105,7 +105,6 @@ int main(const int argc, const pal::char_t* argv[]) { trace::setup(); -printf("%s\n", sccsid); if (trace::is_enabled()) { trace::info(_X("--- Invoked dotnet [version: %s, commit hash: %s] main = {"), _STRINGIFY(HOST_PKG_VER), _STRINGIFY(REPO_COMMIT_HASH));