From d40712ec2d754d09dd9718a4875cb1a605139af7 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 8 May 2008 22:21:00 -0500 Subject: remove debugging stuff --- lib/App/Hiveminder/Command/create.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/App/Hiveminder/Command/create.pm b/lib/App/Hiveminder/Command/create.pm index 55264e1..7143ba0 100644 --- a/lib/App/Hiveminder/Command/create.pm +++ b/lib/App/Hiveminder/Command/create.pm @@ -7,11 +7,8 @@ extends 'App::Hiveminder::Command'; sub run { my ($self, $opt, $args) = @_; - print "Running create...\n"; - print "$_\n" for @$args; $args = join " ", @$args; - my $text = get_text_from_editor_or_cmdline($args); return '' if $text eq ''; my @text = split "\n", $text; -- cgit v1.2.3-54-g00ecf