From 02fd546de0828c47f867e0db44176414a4913fd3 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 9 Jan 2005 21:54:20 +0000 Subject: [PATCH] remove logging --- xwords4/symbian/src/symutil.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xwords4/symbian/src/symutil.cpp b/xwords4/symbian/src/symutil.cpp index fcf4863f5..722ca0cb6 100644 --- a/xwords4/symbian/src/symutil.cpp +++ b/xwords4/symbian/src/symutil.cpp @@ -38,11 +38,9 @@ symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const TDesC16& desc ) forCmp.Set( *loc, XP_STRLEN( *loc ) ); if ( tmp == forCmp ) { - XP_LOGF( "not copying %s", *loc ); return; } - XP_LOGF( "freeing %s", *loc ); XP_FREE( mpool, *loc ); } @@ -51,8 +49,6 @@ symReplaceStrIfDiff( MPFORMAL XP_UCHAR** loc, const TDesC16& desc ) XP_MEMCPY( newStr, (void*)tmp.Ptr(), len ); newStr[len] = '\0'; *loc = newStr; - - XP_LOGF( "created new string: %s", newStr ); } /* symReplaceStr */ extern "C" {