diff -r 822a45792fdd -r e1d68407ed06 hotspotfw/hsserver/inc/am_debug.h --- a/hotspotfw/hsserver/inc/am_debug.h Fri Sep 03 09:37:37 2010 +0300 +++ b/hotspotfw/hsserver/inc/am_debug.h Thu Sep 16 12:52:33 2010 +0300 @@ -34,7 +34,6 @@ public: static inline void PrintBuffer( TUint aLength, const TUint8* aData ); static inline void PrintString( const TDesC& aString, TUint aLength, const TUint8* aData ); - static inline void PrintTimestamp( const TDesC& aString ); }; #define DEBUG(a) RDebug::Print(_L(a))