Remove the console message indicating the code runs
This commit is contained in:
@@ -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.")
|
|
Reference in New Issue
Block a user