remove unneccessary log to remove warning message 80/155980/1
authorCho Woong Suk <ws77.cho@samsung.com>
Tue, 17 Oct 2017 00:20:23 +0000 (09:20 +0900)
committerwoongsuk cho <ws77.cho@samsung.com>
Tue, 17 Oct 2017 01:07:41 +0000 (01:07 +0000)
Change-Id: Icc79f0550ce69e266b00f1c95aeb029ea6579807

NativeLauncher/launcher/dotnet/dotnet_launcher.cc
NativeLauncher/launcher/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();
index 91ccb02..aaeefd6 100644 (file)
@@ -143,7 +143,7 @@ static void preloadLibsAndWindow(bundle *extra, int type, void *userData)
 
        for (i = 0; i < len; i++) {
                handle = dlopen(soArray[i], RTLD_NOW);
-               _DBG("preload %s# - handle : %x", soArray[i], handle);
+               _DBG("preload %s#", soArray[i]);
        }
 
        // Precreate window