mirror of
https://github.com/maubot/maubot
synced 2025-08-29 22:20:40 +00:00
Fix log file name format and remove old debug prints
This commit is contained in:
parent
2a0106da26
commit
a77084b12e
6 changed files with 5 additions and 8 deletions
|
@ -122,7 +122,6 @@ func (mxc *MatrixClient) LoadCommandSpecs() *MatrixClient {
|
|||
for _, spec := range specs {
|
||||
mxc.CommandSpecs[spec.Owner] = spec
|
||||
}
|
||||
log.Debugln("Loaded command specs:", mxc.CommandSpecs)
|
||||
return mxc
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue