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

@@ -103,7 +103,4 @@ def createMaterial(red, green, blue, alpha):
# Calling the functions: # Calling the functions:
cleanScene() cleanScene()
spawnGround() spawnGround()
buildTree() buildTree()
# Shows that the code ran.
print("The code ran to the end successfully.")