texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Remove a debug output


From: Patrice Dumas
Subject: branch master updated: Remove a debug output
Date: Sun, 15 Aug 2021 17:21:52 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new df6eb15  Remove a debug output
df6eb15 is described below

commit df6eb15ae879d98a50e38b933a38081651a09ca8
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 15 23:21:35 2021 +0200

    Remove a debug output
---
 tp/Texinfo/Convert/LaTeX.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 024c020..3f8d0d7 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -808,8 +808,6 @@ sub output($$)
   $self->_set_outfile();
   return undef unless $self->_create_destination_directory();
 
-  print STDERR "output_file".$self->{'output_file'}."\n";
-
   my $fh;
   if (! $self->{'output_file'} eq '') {
     $fh = $self->Texinfo::Common::open_out ($self->{'output_file'});



reply via email to

[Prev in Thread] Current Thread [Next in Thread]