Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfrodriguez committed Jul 30, 2014
1 parent b9e5923 commit 0950813
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions bin/otrs.SupportBundle.pl
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,8 @@
exit 1;
}

# ---
# TODO: Delete
# ---
use Time::HiRes;
my $TimeStart = [ Time::HiRes::gettimeofday() ];

# ---
my $Response = $CommonObject{SupportBundleGeneratorObject}->Generate();

# ---
# TODO: Delete
# ---
my $TimeElapsed = Time::HiRes::tv_interval($TimeStart);
print "Took $TimeElapsed seconds to generate!\n";

# ---
if ( $Response->{Success} ) {

my $FileData = $Response->{Data};
Expand Down

0 comments on commit 0950813

Please sign in to comment.