javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
--- a/javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -220,6 +220,7 @@
 
 jstring GetUserAgentL(JNIEnv *aJni, jboolean aMidpRuntime)
 {
+
     jstring header = NULL;
 
     if (aMidpRuntime == false)
@@ -290,6 +291,6 @@
 
         CleanupStack::PopAndDestroy(repository);
     }
-    LOG(ESOCKET,EInfo,"GetUserAgentL() -");
+
     return header;
 }