Skip to content

Commit

Permalink
remove some tracing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Oct 3, 2022
1 parent 289e2ee commit 91ab568
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions make_distro.pl
Expand Up @@ -195,10 +195,7 @@ sub create_distro {
$config =~ m/\$VER \= \'(.*?)\';/gsmi;

my $ver = $1;
say 'ver: ' . $ver;

$ver =~ s/\.|\s/_/gi;
say 'ver: ' . $ver;
$ver =~ s/\.|\s/_/gi;

chdir "./tmp";

Expand Down

0 comments on commit 91ab568

Please sign in to comment.