提交 fe60b3c9 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

code clean

上级 b963c84d
......@@ -319,7 +319,6 @@ export class Browser extends EventEmitter {
*
*/
await this.clean()
log.silly('PuppetWebBrowser', 'quit() co() end')
} catch (e) {
// console.log(e)
......
......@@ -133,7 +133,7 @@ async function fireFriendConfirm(m: Message) {
* "凌" invited "庆次、小桔妹" to the group chat
*/
function checkRoomJoin(content: string): [string[], string] {
log.verbose('PuppetWebFirer', 'checkRoomJoin()')
log.verbose('PuppetWebFirer', 'checkRoomJoin(%s)', content)
const reList = regexConfig.roomJoin
......@@ -152,7 +152,6 @@ function checkRoomJoin(content: string): [string[], string] {
}
async function fireRoomJoin(m: Message): Promise<void> {
log.verbose('PuppetWebFirer', 'fireRoomJoin(%s)', m.content())
const room = m.room()
if (!room) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册