X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FKoha.pm;h=789f674efbf2169ced000d3bd80ba81ff6e17774;hb=c1ee7a750f090ee63e461bc5fe46ca08fc232245;hp=06b2ec5289b6b55ce0b6466adb96c6542c2a597e;hpb=97446f86ced2c2d6d4d7a11b97ed81a5a0a25d95;p=koha_fer diff --git a/C4/Koha.pm b/C4/Koha.pm index 06b2ec5289..789f674efb 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -573,9 +573,8 @@ sub getImageSets { my @imagesets = (); # list of hasrefs of image set data to pass to template my @subdirectories = _getSubdirectoryNames( $paths->{'staff'}{'filesystem'} ); -warn $paths->{'staff'}{'filesystem'}; foreach my $imagesubdir ( @subdirectories ) { - warn $imagesubdir; + warn $imagesubdir if $DEBUG; my @imagelist = (); # hashrefs of image info my @imagenames = _getImagesFromDirectory( File::Spec->catfile( $paths->{'staff'}{'filesystem'}, $imagesubdir ) ); my $imagesetactive = 0;