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 6adff4b09a01dd0c46a6b18db5e89f6fe2d4411d..682d532c37d04a021dc2c657ba390b4e01c68991 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 91ccb02dae7a01623057e4864c228035c6fa00c0..aaeefd695749cd7f07745951facb7d6079532ba9 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