Skip to content

Commit 8978ab9

Browse files
committed
Remove leftover fmt.Println
1 parent 571fd1b commit 8978ab9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins_php_selector.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ func (c *UserContext) PHPSelectorSetExtensions(version string, extensions ...str
221221
Result string `json:"result"`
222222
}{}
223223

224-
fmt.Println(body.Encode())
225-
226224
if _, err = c.makeRequestOld(http.MethodPost, "PLUGINS/phpselector/index.raw?c=send-request", body, &resp); err != nil {
227225
return err
228226
}

0 commit comments

Comments
 (0)