hotspotfw/hsserver/inc/am_debug.inl
changeset 61 e1d68407ed06
parent 0 56b72877c1cb
--- a/hotspotfw/hsserver/inc/am_debug.inl	Fri Sep 03 09:37:37 2010 +0300
+++ b/hotspotfw/hsserver/inc/am_debug.inl	Thu Sep 16 12:52:33 2010 +0300
@@ -60,19 +60,3 @@
     RDebug::Print( line );
     }
 
-// -----------------------------------------------------------------------------
-// Debug::PrintTimestamp
-// -----------------------------------------------------------------------------
-//
-inline void Debug::PrintTimestamp( const TDesC& aString )
-    {
-    TBuf<KPrintLineLength> line;
-    TTime time;
-    time.HomeTime();
-    
-    time.FormatL( line, _L( "%H:%T:%S:%C" ) );
-    line.Append( _L( " " ) );
-    line.Append( aString );
-    
-    RDebug::Print( line );
-    }