From: Michal Vaner Date: Fri, 17 Oct 2008 09:55:37 +0000 (+0200) Subject: Remove useless debug print X-Git-Tag: holmes-import~227^2~5^2~22 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=219ff4fba49c230496ce3d7eabdbec705312f3ea;p=libucw.git Remove useless debug print --- diff --git a/ucw/perl/UCW/Configure.pm b/ucw/perl/UCW/Configure.pm index a776d1d0..6fb84a19 100644 --- a/ucw/perl/UCW/Configure.pm +++ b/ucw/perl/UCW/Configure.pm @@ -112,7 +112,6 @@ sub FindFile($) { } sub Init($$) { - print "YYY\n"; my ($srcdir,$defconfig) = @_; sub usage($) { my ($dc) = @_;