From: jihoon.chung Date: Wed, 29 Aug 2012 01:54:03 +0000 (+0900) Subject: Remove COREGL_FASTPATH X-Git-Tag: 2.0_alpha~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d24f124d7149432649041ea929035006a3045af7;p=platform%2Fframework%2Fweb%2Fwrt.git Remove COREGL_FASTPATH --- diff --git a/src/wrt-client/wrt-client.cpp b/src/wrt-client/wrt-client.cpp index f3b52d5..bf9e2fd 100644 --- a/src/wrt-client/wrt-client.cpp +++ b/src/wrt-client/wrt-client.cpp @@ -437,7 +437,7 @@ int main(int argc, LogDebug("Enable backend"); } } - setenv("COREGL_FASTPATH", "1", 1); + // Set log tagging DPL::Log::LogSystemSingleton::Instance().SetTag("WRT-CLIENT");