From 8f8351b4063162f178a7b5aae027989e64f6c414 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 5 Aug 2017 17:56:52 +0200 Subject: [PATCH] Fix default settings --- src/danog/MadelineProto/VoIP/AuthKeyHandler.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/danog/MadelineProto/VoIP/AuthKeyHandler.php b/src/danog/MadelineProto/VoIP/AuthKeyHandler.php index a7a5129d..ebaf2b59 100644 --- a/src/danog/MadelineProto/VoIP/AuthKeyHandler.php +++ b/src/danog/MadelineProto/VoIP/AuthKeyHandler.php @@ -144,8 +144,6 @@ trait AuthKeyHandler 'enable_NS' => true, 'enable_AEC' => true, 'enable_AGC' => true, - 'log_file_path' => '/dev/null', - 'stats_dump_file_path' => '/dev/null', 'auth_key' => $key, 'network_type' => \danog\MadelineProto\VoIP::NET_TYPE_ETHERNET, @@ -206,8 +204,6 @@ trait AuthKeyHandler 'enable_NS' => true, 'enable_AEC' => true, 'enable_AGC' => true, - 'log_file_path' => '/dev/null', - 'stats_dump_file_path' => '/dev/null', 'auth_key' => $key, 'network_type' => \danog\MadelineProto\VoIP::NET_TYPE_ETHERNET,