mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-22 22:18:39 +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,
|
Password: config.Password,
|
||||||
NoTLS: true,
|
NoTLS: true,
|
||||||
StartTLS: true,
|
StartTLS: true,
|
||||||
Debug: true,
|
Debug: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Connect to server.
|
// Connect to server.
|
||||||
|
|
Loading…
Reference in a new issue