summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-01-18 11:51:13 +0200
committerTor Lillqvist <tml@iki.fi>2012-01-18 23:18:29 +0200
commitaaccb3dc49e83bf6a4d7d8cba5404a78f802ff8e (patch)
tree63aeed127da17d3bdf6cff3a2769a6d16a709a77
parentNo need to unpack the .res files any more (diff)
downloadcore-aaccb3dc49e83bf6a4d7d8cba5404a78f802ff8e.tar.gz
core-aaccb3dc49e83bf6a4d7d8cba5404a78f802ff8e.zip
Don't print fairly pointless and verbose warning message
-rw-r--r--solenv/bin/makemani.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/bin/makemani.pl b/solenv/bin/makemani.pl
index 7575d07e688b..d3d9e2ee753c 100644
--- a/solenv/bin/makemani.pl
+++ b/solenv/bin/makemani.pl
@@ -69,13 +69,6 @@ my $start_dir = $ARGV[1];
my $dynamic_dir = $ARGV[2];
my $out_dir = $ARGV[3];
-print "################################################\n";
-print "# #\n";
-print "# just a prototype - for testing purpose only! #\n";
-print "# #\n";
-print "################################################\n\n";
-
-
# Traverse desired filesystems
my $work_dir = cwd();
chdir $start_dir or die "$0: ERROR - cannot change directory to \"$start_dir\"\n";