Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 14, 2014
1 parent ef120a0 commit d648571
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -277,7 +277,6 @@ protected function _handle()

if (is_array($search_result['rows']) && !empty($search_result['rows'])) {
$count = 0;
$this->_logger->debug(print_r($search_result['rows'], true));
foreach ($search_result['rows'] as $u) {
$count++;
switch (strtolower($search_name)) {
Expand Down

0 comments on commit d648571

Please sign in to comment.