Skip to content

Commit

Permalink
chore: remove accidental console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Oct 30, 2024
1 parent db5c3a0 commit 0eac17f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/resources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}!`)
}
Expand Down

0 comments on commit 0eac17f

Please sign in to comment.