Skip to content

Commit

Permalink
Deleted an unneccessary debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerjj committed Dec 20, 2013
1 parent 4533431 commit 2c26b43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions class.sphinxsearchservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ public function GetDataPath() {
return $Matches[1] . DS; //IMPORTANT!! return with the slash
}
else
echo 'no'; die;
parent::Update(SS_FATAL_ERROR, '', FALSE, 'Cannot find data path location defined inside of configuration text');
parent::Update(SS_FATAL_ERROR, '', FALSE, 'Cannot find data path location defined inside of configuration text');
return FALSE;
}

Expand Down

0 comments on commit 2c26b43

Please sign in to comment.