Removed composite tile render warning.

This commit is contained in:
Logan Fick 2023-04-08 22:22:51 -04:00
parent 7d6500a7e7
commit 689c9a4c36
Signed by: LogalDeveloper
GPG Key ID: 43E58A0C922AB7D1
1 changed files with 0 additions and 3 deletions

View File

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