From 093ee06fa93490a050832b5064778595fd76013c Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 27 Jun 2023 20:34:04 +0100 Subject: [PATCH] remove redundant plugin call --- apps/solhint/src/app/SolhintPluginClient.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/solhint/src/app/SolhintPluginClient.ts b/apps/solhint/src/app/SolhintPluginClient.ts index 4bae9bf76b..8cfef7fbe2 100644 --- a/apps/solhint/src/app/SolhintPluginClient.ts +++ b/apps/solhint/src/app/SolhintPluginClient.ts @@ -93,7 +93,6 @@ export class SolHint extends PluginClient { }) this.emit('lintingFinished', hints) - this.call('solidityStaticAnalysis' as any, 'changedStatus', hints) return hints }