1
0
forked from MTSR/mapserver

trace log private inventory

This commit is contained in:
BuckarooBanzay 2020-03-13 18:23:35 +01:00
parent fad0f369bc
commit d403208efa

View File

@ -108,12 +108,10 @@ func parseMetadata(mapblock *MapBlock, data []byte) (int, error) {
offset++
}
/*
if priv != 0 {
// do something usefull
logrus.Info("Private items in Inventory")
logrus.Trace("Private items in Inventory")
}
*/
}
var currentInventoryName *string