Skip to content
Snippets Groups Projects
Commit d4533ad8 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- removed debug code

parent 59fbf946
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ BEGIN{ ...@@ -18,7 +18,6 @@ BEGIN{
my $config_path = $home->child('.config')->child('ta-tool.rc'); my $config_path = $home->child('.config')->child('ta-tool.rc');
our $config_file = $config_path; our $config_file = $config_path;
if ($config_path->is_file) { if ($config_path->is_file) {
if (1) { say "DEBUG: loading config from '$config_file'"; }
%config = YAML::LoadFile($config_path); %config = YAML::LoadFile($config_path);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment