Remove server logging integration definitions every time they're fetched
This commit is contained in:
parent
be21cd9e9b
commit
6a7e137ff6
|
@ -2,7 +2,6 @@ const { definitions } = require("../../integrations")
|
|||
|
||||
exports.fetch = async function(ctx) {
|
||||
// TODO: fetch these from a github repo etc
|
||||
console.log(definitions)
|
||||
ctx.status = 200
|
||||
ctx.body = definitions
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue