diff --git a/src/api/resources/index.ts b/src/api/resources/index.ts index 5436b62d1..5f72f5a7c 100644 --- a/src/api/resources/index.ts +++ b/src/api/resources/index.ts @@ -95,8 +95,6 @@ export class ResourcesApi { register(pluginId: string, provider: ResourceProvider) { debug(`** Registering ${provider.type} provider => ${pluginId} `) - console.log('** register***') - if (!provider) { throw new Error(`Error registering provider ${pluginId}!`) }