remove print of dots for each 1000 lines, messes up inventory

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2406 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-10-28 18:37:00 +00:00
parent b1e7b11829
commit 8889867257

View File

@ -103,8 +103,6 @@ while (<STDIN>)
# feedback on lines processed
#
$num_lines++;
if ($::opt_x) { $num_lines % 100 == 0 && print STDOUT "."; }
else { $num_lines % 1000 == 0 && print STDOUT "."; }
if (/: /)
{