Remove server logging integration definitions every time they're fetched
This commit is contained in:
parent
70d9c0713f
commit
2ac14bbe02
|
@ -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