* yep - even more debug output removed

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38159 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-08-16 20:28:02 +00:00
parent 80d59712ae
commit 23b14f2d32
-2
View File
@@ -28,7 +28,6 @@
#include <StringView.h>
#include <Window.h>
#include <stdio.h>
#include <time.h>
#include <syscalls.h>
@@ -261,7 +260,6 @@ DateTimeView::_InitView()
AddChild(fGmtTime);
fGmtTime->ResizeToPreferred();
printf("fUseGmtTime=%d\n", fUseGmtTime);
if (fUseGmtTime)
fGmtTime->SetValue(B_CONTROL_ON);
else