mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Remove debug output
This commit is contained in:
parent
ba863b4558
commit
b2913063e0
1 changed files with 1 additions and 2 deletions
|
@ -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 @@ function find_cvsignore(dirname)
|
|||
var fc = new Enumerator(f.SubFolders);
|
||||
|
||||
for (; !fc.atEnd(); fc.moveNext()) {
|
||||
WScript.StdOut.WriteLine(fc.item());
|
||||
find_cvsignore(fc.item());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue