Skip to content

Commit 3260816

Browse files
committed
hide outdated content for RC2026
1 parent cdf9522 commit 3260816

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

robot/game_config/startup_poems.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from random import randint
22

33
class POEM_ON_STARTUP:
4+
## OUT OF DATE
45
jokes = [
56
"Why don't dragons tell secrets? \
67
Because they always breathe fire!",
@@ -30,4 +31,4 @@ def on_startup(logger, random):
3031
jokeToPrint = POEM_ON_STARTUP.jokes[jokeNo]
3132
except:
3233
jokeToPrint = POEM_ON_STARTUP.jokes[0]
33-
logger.info(jokeToPrint)
34+
#logger.info(jokeToPrint)

0 commit comments

Comments
 (0)