fix: remove Initialise call

This commit is contained in:
Anna Clemens 2022-09-21 10:01:32 +00:00 committed by GitHub
parent eb12fe8b2a
commit 2e872d66d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,8 +422,6 @@ internal class LocalPlugin : IDisposable
return;
}
SignatureHelper.Initialise(this.instance);
// In-case the manifest name was a placeholder. Can occur when no manifest was included.
if (this.Manifest.Name.IsNullOrEmpty())
{