Skip to content
Snippets Groups Projects
Commit 4b7e2a21 authored by Daniel Rios's avatar Daniel Rios
Browse files

removed debugging commands

parent 3479a570
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ foreach my $file( @files ){
$analysis->displayable($displayable);
$analysis->display_label($display_label);
$web_data ? $analysis->web_data($aa->get_dumped_data($web_data)) : $analysis->{_web_data} = undef;
print Dumper $analysis->web_data();
# print Dumper $analysis->web_data();
$aa->update($analysis) if $update;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment