mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
remove log
This commit is contained in:
parent
e37684760a
commit
3f82175b08
@ -120,8 +120,6 @@ module.exports = class Controller {
|
||||
|
||||
return (...args) => new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
console.log(fn)
|
||||
|
||||
const result = await fn(...args)
|
||||
|
||||
return resolve(result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user