Skip to content

Commit

Permalink
Clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Aug 12, 2020
1 parent fbd1a47 commit 0d7b525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/canvas/server/routes/functions/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export function initializeGetFunctionsRoute(deps: RouteInitializerDeps) {
},
async (context, request, response) => {
const functions = expressions.getFunctions();
// const functions = api.registries().serverFunctions.toJS();
const body = JSON.stringify(functions);
return response.ok({
body,
Expand Down

0 comments on commit 0d7b525

Please sign in to comment.