Merge remote branch 'magnus/bug6002-sample-data' into new/enh/bug_6002
[koha.git] / circ / selectbranchprinter.pl
index 0a0f411..5ec6c11 100755 (executable)
@@ -13,9 +13,9 @@
 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along with
-# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
-# Suite 330, Boston, MA  02111-1307 USA
+# You should have received a copy of the GNU General Public License along
+# with Koha; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
 use warnings;
@@ -116,7 +116,6 @@ foreach ($query->param()) {
     $_ eq "branch"     and next;  # disclude branch
     $_ eq "printer"    and next;  # disclude printer
     $_ eq "oldreferer" and next;  # disclude oldreferer
-    warn "recycling $_";
     push @recycle_loop, {
         param => $_,
         value => $query->param($_),