debugging flag leaked in
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 24 Mar 2010 19:42:23 +0000 (19:42 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 24 Mar 2010 19:42:23 +0000 (19:42 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15958 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm

index d8e0b01..ccfdb9e 100644 (file)
@@ -2841,7 +2841,7 @@ sub query_parser_fts {
 
     # 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};