Remove debug prints

This commit is contained in:
TeoV
2019-12-04 07:50:52 -05:00
parent 4a201c6f9e
commit cc680d7b3e
3 changed files with 0 additions and 8 deletions

View File

@@ -90,9 +90,6 @@ var internalDBCacheCfg = map[string]*ltcache.CacheConfig{
utils.TBLTPChargers: unlimitedCfg,
}
// InternalStorDBParts indexes the internal StorDB partitions
var InternalStorDBParts []string = []string{}
type InternalDB struct {
tasks []*Task
db *ltcache.TransCache