Improving logs and cleaning un-referenced code (#295)

This commit is contained in:
Igor Gov
2021-09-22 11:14:20 +03:00
committed by GitHub
parent 02bd7883cb
commit 7f837fe947
3 changed files with 6 additions and 32 deletions

View File

@@ -61,7 +61,6 @@ func main() {
go filterItems(outputItemsChannel, filteredOutputItemsChannel, filteringOptions)
go api.StartReadingEntries(filteredOutputItemsChannel, nil, extensionsMap)
// go api.StartReadingOutbound(outboundLinkOutputChannel)
hostApi(nil)
} else if *tapperMode {