remove unneccessary log to remove warning message
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / dotnet / dotnet_launcher.cc
index 6adff4b..682d532 100644 (file)
@@ -166,8 +166,6 @@ int CoreRuntime::initialize(bool standalone)
 #undef CORELIB_RETURN_IF_NOSYM
 
        _DBG("libcoreclr dlopen and dlsym success");
-       _DBG("this addr : %x", this);
-       _DBG("coreclr_initialize : %x", initializeClr);
 
        if (!standalone && pluginPreload)
                pluginPreload();