From f92f8daa6d7c9124e71cfdaec2112a4aac9a7eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Wed, 9 Mar 2011 22:39:11 +0000 Subject: [PATCH] fix debugging message. --- packages/PLStream/pl-files.c | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/PLStream/pl-files.c b/packages/PLStream/pl-files.c index bb5955e3e..97a84cb27 100755 --- a/packages/PLStream/pl-files.c +++ b/packages/PLStream/pl-files.c @@ -63,7 +63,6 @@ LastModifiedFile(const char *file) if ( statfunc(OsPath(file, tmp), &buf) < 0 ) return (time_t)-1; - fprintf(stderr,"buf.st_mtime=%ld\n",buf.st_mtime); return buf.st_mtime; }