From 64e4921a9699d73365afc4717e29eb09c189e8e6 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 5 Feb 2020 11:39:11 +0800 Subject: [PATCH] test SetFilePath removal --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 02462aa..1e64efe 100644 --- a/main.go +++ b/main.go @@ -59,7 +59,7 @@ func main() { fmt.Printf("MQSend on %s.\n", cfg.Rabbit.SendQueue) tdlib.SetLogVerbosityLevel(1) - tdlib.SetFilePath("./errors.txt") + //tdlib.SetFilePath("./errors.txt") // Create new instance of client sysv := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)