Browse Source

Remove server logging integration definitions every time they're fetched

pull/1006/head
Andrew Kingston 6 years ago
parent
commit
2ac14bbe02
  1. 1
      packages/server/src/api/controllers/integration.js

1
packages/server/src/api/controllers/integration.js

@ -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…
Cancel
Save