From c1fb00b127ea3971e8bad28e9e3e44691557e0cb Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sun, 31 Dec 2023 18:15:39 -0500 Subject: [PATCH] Remove the console message indicating the code runs --- GenerateTerrain.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GenerateTerrain.py b/GenerateTerrain.py index 1b218eb..3ac0521 100644 --- a/GenerateTerrain.py +++ b/GenerateTerrain.py @@ -103,7 +103,4 @@ def createMaterial(red, green, blue, alpha): # Calling the functions: cleanScene() spawnGround() -buildTree() - -# Shows that the code ran. -print("The code ran to the end successfully.") \ No newline at end of file +buildTree() \ No newline at end of file