Skip to content

Commit

Permalink
Removed print STDERR message.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Oct 8, 2010
1 parent 916e94a commit a00383a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MT/BackupRestore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ sub _loop_through_objects {
}
# TODO - length might need to be utf8 safe: use utf8; use Encode qw(encode); length encode 'UTF-8', "Hello, world!"
my $bytes_to_add = length $printer->($object->to_xml(undef, \@metacolumns) . "\n");
# print STDERR "bytes to add: $bytes_to_add\n";
$bytes += $bytes_to_add;
$records++;
if ($size && ($bytes >= $size)) {
Expand Down

0 comments on commit a00383a

Please sign in to comment.