diff options
| author | levlam <levlam@telegram.org> | 2021-11-21 21:41:11 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-11-21 21:41:11 +0300 |
| commit | a28b5f2fbb70ab35f22cc3d14c03d62d3cd8bccc (patch) | |
| tree | 2a2b7a288b80144e46e79ea2030288fb6d1088f6 /test/mtproto.cpp | |
| parent | 5e34f0764118332b297626bcad216828a10a3683 (diff) | |
Remove explicit verbosity level changes in tests.
Diffstat (limited to 'test/mtproto.cpp')
| -rw-r--r-- | test/mtproto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp index a9a0cb09c..c886f5f60 100644 --- a/test/mtproto.cpp +++ b/test/mtproto.cpp @@ -49,7 +49,6 @@ using namespace td; TEST(Mtproto, GetHostByNameActor) { - SET_VERBOSITY_LEVEL(VERBOSITY_NAME(ERROR)); ConcurrentScheduler sched; int threads_n = 1; sched.init(threads_n); @@ -667,7 +666,6 @@ TEST(Mtproto, Grease) { } TEST(Mtproto, TlsTransport) { - SET_VERBOSITY_LEVEL(VERBOSITY_NAME(ERROR)); ConcurrentScheduler sched; int threads_n = 1; sched.init(threads_n); |
