[Koha-patches] [PATCH] Removing a stray warn

Chris Nighswonger cnighswonger at foundations.edu
Wed Apr 2 16:42:03 CEST 2008


---
 C4/Labels.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/Labels.pm b/C4/Labels.pm
index 46bf5b5..a008199 100644
--- a/C4/Labels.pm
+++ b/C4/Labels.pm
@@ -1008,7 +1008,6 @@ sub DrawSpineText {
 sub PrintText {
     my ( $hPos, $vPos, $font, $fontsize, $text ) = @_;
     my $str = "BT /$font $fontsize Tf $hPos $vPos Td ($text) Tj ET";
-    warn $str;
     prAdd($str);
 }
 
-- 
1.5.3.7




More information about the Koha-patches mailing list