Remove the console message indicating the code runs

This commit is contained in:
CJSatnarine
2023-12-31 18:15:39 -05:00
parent efff62e09d
commit c1fb00b127

View File

@@ -104,6 +104,3 @@ def createMaterial(red, green, blue, alpha):
cleanScene()
spawnGround()
buildTree()
# Shows that the code ran.
print("The code ran to the end successfully.")