mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-13 01:36:49 +01:00
Removed debug flag.
This commit is contained in:
parent
2230294f1b
commit
46c947c8da
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func main() {
|
|||
Password: config.Password,
|
||||
NoTLS: true,
|
||||
StartTLS: true,
|
||||
Debug: true,
|
||||
Debug: false,
|
||||
}
|
||||
|
||||
// Connect to server.
|
||||
|
|
Loading…
Reference in a new issue