Skip to content

Commit

Permalink
Merge pull request #3688 from perlpunk/revert-3679
Browse files Browse the repository at this point in the history
Revert "client: Log what config file is being read"
  • Loading branch information
okurz committed Jan 21, 2021
2 parents 81cf121 + 3fea152 commit ef6edb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/OpenQA/UserAgent.pm
Expand Up @@ -16,8 +16,6 @@
package OpenQA::UserAgent;
use Mojo::Base 'Mojo::UserAgent';

use OpenQA::Log 'log_info';

use Mojo::Util 'hmac_sha1_sum';
use Config::IniFiles;
use Scalar::Util ();
Expand All @@ -40,7 +38,6 @@ sub new {
for my $path (@cfgpaths) {
my $file = $path . '/client.conf';
next unless $file && -r $file;
log_info("Reading config from $file");
my $cfg = Config::IniFiles->new(-file => $file) || last;
last unless $cfg->SectionExists($args{api});
for my $i (qw(key secret)) {
Expand Down

0 comments on commit ef6edb0

Please sign in to comment.