VirtualBox

Changeset 46609 in vbox


Ignore:
Timestamp:
Jun 18, 2013 7:32:25 AM (11 years ago)
Author:
vboxsync
Message:

Main/Machine: removed debugging output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp

    r46600 r46609  
    3737#include "Global.h"
    3838#include "Logging.h"
    39 #include <iprt/stream.h>
    4039
    4140// defines
     
    264263    if (FAILED(autoCaller.rc())) return autoCaller.rc();
    265264
    266     RTPrintf("here1a\n");
    267265    /* the machine can also be in saved state for this property to change */
    268266    AutoMutableOrSavedStateDependency adep(mParent);
    269267    if (FAILED(adep.rc())) return adep.rc();
    270     RTPrintf("here1b\n");
    271268
    272269    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    290287
    291288        rc = mParent->onVRDEServerChange(/* aRestart */ TRUE);
    292         RTPrintf("rc = %Rrc\n", rc);
    293289    }
    294290
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette