summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 22:21:00 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 22:21:00 -0500
commitd40712ec2d754d09dd9718a4875cb1a605139af7 (patch)
tree42ab8572735077583df366e1672ce10bb5e7b5b1
parentc38cacf7b4b0e22eae6a74229df8cc1d46061f63 (diff)
downloadapp-hiveminder-d40712ec2d754d09dd9718a4875cb1a605139af7.tar.gz
app-hiveminder-d40712ec2d754d09dd9718a4875cb1a605139af7.zip
remove debugging stuff
-rw-r--r--lib/App/Hiveminder/Command/create.pm3
1 files changed, 0 insertions, 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;