userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cmassstoragefsm.inl
changeset 300 1d28c8722707
parent 0 a41df078684a
--- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cmassstoragefsm.inl	Wed Oct 20 13:58:28 2010 +0100
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cmassstoragefsm.inl	Tue Nov 02 15:29:23 2010 +0000
@@ -16,14 +16,13 @@
 /**
  @file
  @internalTechnology
- 
+
  Sets the StateId to be entered next time the FSM is called.
- 
+
  @param aStateId The State ID
 */
 inline void CMassStorageFsm::SetState(TMassStorageState::TStateId aStateId)
     {
-    __HOSTPRINT1(_L("CMassStorage::SetState[%d]"), aStateId);
     iState = iStateTable[aStateId];
     }