1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

clean code

This commit is contained in:
Mrs4s 2023-01-01 21:25:38 +08:00
parent 6bb98fc1df
commit 49a8b9bd64
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -135,7 +135,6 @@ func Main() {
if base.Debug { if base.Debug {
log.SetLevel(log.DebugLevel) log.SetLevel(log.DebugLevel)
log.Warnf("已开启Debug模式.") log.Warnf("已开启Debug模式.")
// log.Debugf("开发交流群: 192548878")
} }
if !global.PathExists("device.json") { if !global.PathExists("device.json") {
log.Warn("虚拟设备信息不存在, 将自动生成随机设备.") log.Warn("虚拟设备信息不存在, 将自动生成随机设备.")