From: William Douglas Date: Thu, 24 May 2012 21:50:56 +0000 (-0700) Subject: remove incorrect comments X-Git-Tag: 2.1b_release~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a43765b9e36ac49a0d5a0294de1c23f44e44cd7a;p=external%2Fcorewatcher.git remove incorrect comments Signed-off-by: William Douglas --- diff --git a/src/corewatcher.c b/src/corewatcher.c index d055358..51f429f 100644 --- a/src/corewatcher.c +++ b/src/corewatcher.c @@ -154,9 +154,7 @@ int main(int argc, char**argv) if (!debug) sleep(20); - /* we scan dmesg before /var/log/messages; dmesg is a more accurate source normally */ scan_corefolders(NULL); - /* during boot... don't go too fast and slow the system down */ if (testmode) { g_main_loop_unref(loop);