rock gen: quiet startup prints

This commit is contained in:
meta-androcto
2019-12-18 21:23:23 +11:00
parent 9f12957bf2
commit dba7a10556
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ try:
from numpy.random import (
seed,
weibull)
print("Rock Generator: Numpy found.")
# print("Rock Generator: Numpy found.")
numpy = True
except:
from random import (

View File

@ -42,7 +42,7 @@ path = basePath + "add_mesh_rocks.xml"
try:
source = minidom.parse(path)
print("Rock generator settings file found:\n" + path)
# print("Rock generator settings file found:\n" + path)
except:
print("Rock generator settings file not found. Creating settings file.")
shutil.copy(basePath + "factory.xml", path)