Ver Fonte

:fire: log

visuddhinanda há 2 anos atrás
pai
commit
9c5ca066a1
1 ficheiros alterados com 0 adições e 7 exclusões
  1. 0 7
      app/Tools/PaliSearch.php

+ 0 - 7
app/Tools/PaliSearch.php

@@ -14,13 +14,6 @@ class PaliSearch
         return $client;
     }
     public static function search($words,$books,$matchMode='case',$index=0,$size=10){
-        Log::debug('tulip search',[
-            'words'=>$words,
-            'books'=>$books,
-            'matchMode'=>$matchMode,
-            'index'=>$index,
-            'size'=>$size,
-        ]);
         $client = PaliSearch::connect();
         $request = new \Mint\Tulip\V1\SearchRequest();
         $request->setKeywords($words);