diff options
Diffstat (limited to 'apps/test.c')
-rw-r--r-- | apps/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/test.c b/apps/test.c index b511ab3..dd85ffd 100644 --- a/apps/test.c +++ b/apps/test.c @@ -5,7 +5,6 @@ int main() { print("[test loaded]\n"); - printf("TIME: %d\n", time()); /* struct window *win = gui_new_window(); */ msg_send(1, MSG_NEW_WINDOW, NULL); |