remove comment

This commit is contained in:
Samir Patel 2021-06-01 20:50:55 -05:00
parent 2e08b15620
commit 15ef157779

1
api.go
View file

@ -59,7 +59,6 @@ type API struct {
importWorkerPoolSize int
importWork chan importJob
// usageCache map[string]NodeUsage
usageCache *usageCache
Serializer Serializer