remove debug output
This commit is contained in:
parent
e8f960a781
commit
d460cae665
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ class MinecraftCollector(object):
|
||||||
|
|
||||||
# entites
|
# entites
|
||||||
resp = mcr.command("forge entity list")
|
resp = mcr.command("forge entity list")
|
||||||
print("entites")
|
|
||||||
print(resp)
|
|
||||||
entityregex = re.compile("(\d+): (.*?:.*?)\s")
|
entityregex = re.compile("(\d+): (.*?:.*?)\s")
|
||||||
for entitycount, entityname in entityregex.findall(resp):
|
for entitycount, entityname in entityregex.findall(resp):
|
||||||
entities.add_sample('entities',value=entitycount,labels={'entity':entityname})
|
entities.add_sample('entities',value=entitycount,labels={'entity':entityname})
|
||||||
|
|
Loading…
Reference in a new issue