0

Removed composite tile render warning.

This commit is contained in:
2023-04-08 22:22:51 -04:00
parent 7d6500a7e7
commit 689c9a4c36

View File

@@ -984,9 +984,6 @@ class TileSet(object):
# Ignore errors if it's "file doesn't exist" # Ignore errors if it's "file doesn't exist"
if e.errno != errno.ENOENT: if e.errno != errno.ENOENT:
raise raise
logging.warning(
"Tile %s was requested for render, but no children were found! "
"This is probably a bug.", imgpath)
return return
# Create the actual image now # Create the actual image now