removing dead file
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
<Compile Include="Plugins\Email\ImapInput.cs" />
|
||||
<Compile Include="Plugins\Email\IEmailSetting.cs" />
|
||||
<Compile Include="Model\Alert.cs" />
|
||||
<Compile Include="Model\IAlert.cs" />
|
||||
<Compile Include="DB\RedisQueues.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
@@ -86,11 +86,13 @@ namespace NOCQ.Plugins.Email
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return alerts;
|
||||
}
|
||||
|
||||
public void Execute(object sender, ElapsedEventArgs args)
|
||||
{
|
||||
|
||||
var alerts = getAlerts ();
|
||||
}
|
||||
|
||||
public void Run()
|
||||
|
||||
Reference in New Issue
Block a user