Skip to content

Commit

Permalink
feat: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed May 31, 2024
1 parent a505164 commit 653f3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/httpFileStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export class HttpFileStore implements models.HttpFileStore {
};
for (const [plugin, hook] of Object.entries(hooks)) {
try {
log.debug(`load ${plugin}`);
const result = hook(api);
if (utils.isPromise(result)) {
await result;
Expand Down

0 comments on commit 653f3a5

Please sign in to comment.