Removed logger.debugs for proven functions.

This commit is contained in:
lwark
2024-12-12 12:17:21 -06:00
parent b174eb1221
commit 67520cb784
32 changed files with 80 additions and 758 deletions

View File

@@ -1,7 +1,7 @@
from .irida import import_irida
def hello(ctx):
print("\n\nHello!\n\n")
print("\n\nHello! Welcome to Robotics Submission Tracker.\n\n")
def goodbye(ctx):
print("\n\nGoodbye\n\n")
print("\n\nGoodbye. Thank you for using Robotics Submission Tracker.\n\n")