[open-ils-commits] r15958 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 24 15:42:28 EDT 2010
Author: miker
Date: 2010-03-24 15:42:23 -0400 (Wed, 24 Mar 2010)
New Revision: 15958
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm
Log:
debugging flag leaked in
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm 2010-03-24 19:24:54 UTC (rev 15957)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm 2010-03-24 19:42:23 UTC (rev 15958)
@@ -2841,7 +2841,7 @@
# parse the query and supply any query-level %arg-based defaults
# we expect, and make use of, query, superpage, superpage_size, debug and core_limit args
- my $query = $parser->new( debug => 1, %args )->parse;
+ my $query = $parser->new( %args )->parse;
# gather the site, if one is specified, defaulting to the in-query version
my $ou = $args{org_unit};
More information about the open-ils-commits
mailing list