Commit e3689cc 1 parent b38dd21 commit e3689cc Copy full SHA for e3689cc
File tree 1 file changed +0
-3
lines changed
src/perl5/Bio/JBrowse/Cmd
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ use Storable ();
18
18
use File::Path ();
19
19
use File::Temp ();
20
20
use List::Util ();
21
- use Data::Dumper;
22
21
use Encode qw( decode encode) ;
23
22
24
23
use GenomeDB ();
@@ -80,7 +79,6 @@ sub run {
80
79
unless ( @$refSeqs ) {
81
80
die " No reference sequences defined in configuration, nothing to do.\n " ;
82
81
}
83
- print Dumper($gdb -> trackList);
84
82
my @tracks = grep $self -> track_is_included( $_ -> {label } ),
85
83
@{ $gdb -> trackList || [] };
86
84
unless ( @tracks ) {
@@ -367,7 +365,6 @@ sub find_names_files {
367
365
# read either names.txt or names.json files
368
366
my $name_records_iterator ;
369
367
my $names_txt = File::Spec-> catfile( $dir , ' names.txt' );
370
- print " $names_txt \n " ;
371
368
if ( -e decode(' UTF-8' ,$names_txt ) ) {
372
369
push @files , $self -> make_file_record( $track , $names_txt );
373
370
}
You can’t perform that action at this time.
0 commit comments