Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 8044cb7

Browse files
committed
remove log
1 parent ed58f1e commit 8044cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http-api/resources/object.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ exports.data = {
159159
Code: 0
160160
}).code(500)
161161
}
162-
console.log(data)
162+
163163
return reply(data.toString())
164164
})
165165
}

0 commit comments

Comments
 (0)