Index: /trunk/src/VBox/Main/SessionImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/SessionImpl.cpp	(revision 31243)
+++ /trunk/src/VBox/Main/SessionImpl.cpp	(revision 31244)
@@ -896,5 +896,7 @@
             rc = S_OK;
 
+#ifndef DEBUG_bird /* I don't want clients crashing on me just because VBoxSVC went belly up. */
         AssertComRC(rc);
+#endif
     }
 
