Skip to content

Commit

Permalink
Remove some debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Watson authored and Cory Watson committed Apr 6, 2010
1 parent 5301a87 commit eb7c45e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Data-SearchEngine-Solr

0.09
* Remove some accidental debugging.

0.08
* Document Spellcheck role and add support for spelled_correctly.

Expand Down
5 changes: 1 addition & 4 deletions lib/Data/SearchEngine/Solr.pm
Expand Up @@ -13,7 +13,7 @@ with (
'Data::SearchEngine::Modifiable'
);

our $VERSION = '0.08';
our $VERSION = '0.09';

has options => (
is => 'ro',
Expand Down Expand Up @@ -104,9 +104,6 @@ sub search {
my $start = time;
my $resp = $self->_solr->search($query->query, $options);

use Data::Dumper;
print STDERR Dumper($resp);

my $dpager = $resp->pager;
# The response will have no pager if there were no results, so we handle
# that here.
Expand Down

0 comments on commit eb7c45e

Please sign in to comment.