summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index 0b6eb48..4b7c596 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -30,7 +30,6 @@ init -3 python:
# Ren'Py should come with Python 2.7.10 (2710), but just in case
# After all, I only tested with 2.7.10, 2.7.13 and 2.7.15
- print(PYTHON_VERSION)
if (PYTHON_VERSION < 2700):
raise Exception("WARNING: Python version is too old\nStrange bugs may happen on your client.\n\nClick on \"Ignore\" to continue.\nClick on \"Quit\" to exit.")
# From Python 3.6.x up to Python 3.9.x supported