File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -882,11 +882,11 @@ public function addWatcher($issueIdOrKey, $watcher)
882
882
*/
883
883
public function removeWatcher ($ issueIdOrKey , $ watcher )
884
884
{
885
- $ this ->log ->addInfo ("removeWatcher= \n" );
885
+ $ this ->log ->debug ("removeWatcher= \n" );
886
886
887
887
$ ret = $ this ->exec ($ this ->uri ."/ $ issueIdOrKey/watchers/?username= $ watcher " , '' , 'DELETE ' );
888
888
889
- $ this ->log ->addInfo ('remove watcher ' .$ issueIdOrKey .' result= ' .var_export ($ ret , true ));
889
+ $ this ->log ->debug ('remove watcher ' .$ issueIdOrKey .' result= ' .var_export ($ ret , true ));
890
890
891
891
return $ this ->http_response == 204 ? true : false ;
892
892
}
@@ -903,11 +903,11 @@ public function removeWatcher($issueIdOrKey, $watcher)
903
903
*/
904
904
public function removeWatcherByAccountId ($ issueIdOrKey , $ accountId )
905
905
{
906
- $ this ->log ->info ("removeWatcher= \n" );
906
+ $ this ->log ->debug ("removeWatcher= \n" );
907
907
908
908
$ ret = $ this ->exec ($ this ->uri ."/ $ issueIdOrKey/watchers/?accountId= $ accountId " , '' , 'DELETE ' );
909
909
910
- $ this ->log ->info ('remove watcher ' .$ issueIdOrKey .' result= ' .var_export ($ ret , true ));
910
+ $ this ->log ->debug ('remove watcher ' .$ issueIdOrKey .' result= ' .var_export ($ ret , true ));
911
911
912
912
return $ this ->http_response == 204 ? true : false ;
913
913
}
You can’t perform that action at this time.
0 commit comments