userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cmassstoragefsm.inl
changeset 297 b2826f67641f
parent 0 a41df078684a
--- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cmassstoragefsm.inl	Tue Oct 26 11:12:58 2010 +0100
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cmassstoragefsm.inl	Tue Oct 26 12:49:20 2010 +0100
@@ -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];
     }