Commit e7c341a9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

IRIS: only show cache miss debug output when devmode is enabled

parent aa1ff3da
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -135,7 +135,10 @@ sub get_with_cache {
		}
	}

	if ( $self->{developer_mode} ) {
		say '  cache miss';
	}

	my $ua  = $self->{user_agent};
	my $res = $ua->get($url);