summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;