From: zacheiss Date: Thu, 5 Apr 2007 17:48:13 +0000 (+0000) Subject: No debugging output, please. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/46d5d15fe030d39bec5006ac878acedf932763a4 No debugging output, please. --- diff --git a/incremental/afs/afs_quota.pl b/incremental/afs/afs_quota.pl index 16aa97e2..c144286b 100644 --- a/incremental/afs/afs_quota.pl +++ b/incremental/afs/afs_quota.pl @@ -20,7 +20,6 @@ shift(@fs); $vname = pop(@tmp); @tmp = split(/\s+/, shift(@fs)); $oldq = pop(@tmp); -print "$vname $oldq $newq\n"; open(PROG,"$fs whichcell $path|"); chop($_=);