Removed some debugging lines.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood 2006-12-14 05:20:18 +00:00
parent 970014a60a
commit d6ead04161
1 changed files with 0 additions and 2 deletions

View File

@ -373,10 +373,8 @@ InputServer::QuitRequested()
// Don't actually quit when the system is being shutdown
if (shutdown) {
PRINT(("****RJL: The system is shutting down, so NOT QUITTING!\n"));
return false;
} else {
PRINT(("****RJL: The system is NOT shutting down, so I AM QUITTING!\n"));
fAddOnManager->SaveState();
gDeviceManager.SaveState();