Skip to content

Commit 8077618

Browse files
committed
remove uneeded Verbose Log
1 parent acf0980 commit 8077618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Hackapi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ private function _SetCategError($category,$key='',$txt){
542542
else{
543543
$this->last_error[$category][]=$txt;
544544
}
545-
$this->DebugLogVerbose("$category error set to: $key -> ",$txt);
545+
//$this->DebugLogVerbose("$category error set to: $key -> ",$txt);
546546
return true;
547547
}
548548

@@ -748,7 +748,7 @@ private function _call($url,$post=0,$params = array() ,$headers= array()) {
748748
}
749749
$http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
750750
$curl_info = curl_getinfo($ch);
751-
751+
752752
curl_close($ch);
753753

754754
$this->last_call['http_code'] =$http_code;

0 commit comments

Comments
 (0)