fmk Thu Apr 8 15:08:37 2004 EDT
Modified files:
/php-src/win32/build cvsclean.js
Log:
Remove debug output
http://cvs.php.net/diff.php/php-src/win32/build/cvsclean.js?r1=1.3&r2=1.4&ty=u
Index: php-src/win32/build/cvsclean.js
diff -u php-src/win32/build/cvsclean.js:1.3 php-src/win32/build/cvsclean.js:1.4
--- php-src/win32/build/cvsclean.js:1.3 Wed Apr 7 14:48:23 2004
+++ php-src/win32/build/cvsclean.js Thu Apr 8 15:08:37 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cvsclean.js,v 1.3 2004/04/07 18:48:23 fmk Exp $ */
+/* $Id: cvsclean.js,v 1.4 2004/04/08 19:08:37 fmk Exp $ */
// Cleans up files that do not belong in CVS
var FSO = WScript.CreateObject("Scripting.FileSystemObject");
@@ -30,7 +30,6 @@
var fc = new Enumerator(f.SubFolders);
for (; !fc.atEnd(); fc.moveNext()) {
- WScript.StdOut.WriteLine(fc.item());
find_cvsignore(fc.item());
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php