do not dump
This commit is contained in:
parent
842b04328f
commit
3267012443
|
|
@ -26,8 +26,6 @@ class TelegramLinkFixerExtension extends Minz_Extension
|
||||||
public function fixLink($entry)
|
public function fixLink($entry)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
error_log("dump $entry:");
|
|
||||||
var_dump($entry);
|
|
||||||
|
|
||||||
// Check if it's a telegram link
|
// Check if it's a telegram link
|
||||||
$link = $entry->link();
|
$link = $entry->link();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue