--- a/hotspotfw/hsserver/inc/am_debug.inl Fri Sep 17 08:35:49 2010 +0300
+++ b/hotspotfw/hsserver/inc/am_debug.inl Mon Oct 04 02:07:04 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 );
- }