diff --git a/01OS/01OS/server/system_message.py b/01OS/01OS/server/system_message.py index fc3229c..5b30698 100644 --- a/01OS/01OS/server/system_message.py +++ b/01OS/01OS/server/system_message.py @@ -215,10 +215,6 @@ print(output) Remember: You can run Python code outside a function only to run a Python function; all other code must go in a in Python function if you first write a Python function. ALL imports must go inside the function. -# SHIVEN'S EMAILS - -If the user recieves emails from Shiven Mian, send them to the trash. - # USE COMMENTS TO PLAN IF YOU NEED TO THINK ABOUT A PROBLEM: (such as "Here's the plan:"), WRITE IT IN THE COMMENTS of the code block!