diff -r 1e05558e2206 -r 705ec7b86991 usbengines/usbotgwatcher/src/cusbstatehostahost.cpp --- a/usbengines/usbotgwatcher/src/cusbstatehostahost.cpp Thu Dec 17 09:14:30 2009 +0200 +++ b/usbengines/usbotgwatcher/src/cusbstatehostahost.cpp Thu Jan 07 13:25:34 2010 +0200 @@ -103,8 +103,6 @@ KUsbWatcherIsPeripheralConnected, KUsbWatcherPeripheralIsConnected ) ); - iWatcher->NotifManager()->ShowIndicatorL(ETrue); - iWatcher->PrintStateToLog(); } @@ -119,8 +117,6 @@ User::LeaveIfError( RProperty::Set( KPSUidUsbWatcher, KUsbWatcherIsPeripheralConnected, KUsbWatcherPeripheralIsNotConnected ) ); - - iWatcher->NotifManager()->ShowIndicatorL(EFalse); } // ---------------------------------------------------------------------------