Skip to content

Commit 923b758

Browse files
committed
#21 - Fix POST params retrieval
1 parent acd39e4 commit 923b758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TgUtils/Request.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ public function getPostParams() {
237237
// Check that we have a valid content-length
238238
if (($len>0) && ($len<10000)) {
239239
$this->postParams = $_POST;
240-
Log::debug('postParams', $this->postParams);
241240
} else {
242241
Log::registerMessage(new Error('POST content too big'));
243242
}

0 commit comments

Comments
 (0)