Removed logger.debugs for proven functions.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user