Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 2b115e1

Browse files
author
Chris Wiechmann
committed
[skip ci] Removed debugger instruction
1 parent 07d9763 commit 2b115e1

File tree

1 file changed

+0
-1
lines changed
  • apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/src

1 file changed

+0
-1
lines changed

apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/src/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ function isDeveloperMode() {
8989
}
9090

9191
async function parseAPIManagerConfig(pluginConfig, options) {
92-
debugger;
9392
if(pluginConfig.apimanager.enabled == false) {
9493
options.logger.warn(`API-Manager is disabled. Using Local-API-Details lookup only. Users have unrestricted Traffic-Monitor view by default (You may use an external authorization) instead. API-Management KPIs are disabled.`);
9594
return;

0 commit comments

Comments
 (0)