Procházet zdrojové kódy

commenting useless

serinko před 4 roky
rodič
revize
1bf090dea2
1 změnil soubory, kde provedl 19 přidání a 19 odebrání
  1. 19 19
      texts_cli.py

+ 19 - 19
texts_cli.py

@@ -79,25 +79,25 @@ def _ask_more_wallets():
 
 
 
-def _prompt_twitter():
-    """Ask or the wallet address"""
-    msg = "\nEnter the twitter link (full address):\n"
-    return msg
-
-def _prompt_info():
-    """Ask or the wallet address"""
-    msg = "\nEnter short info about the user:\n"
-    return msg
-
-def _prompt_name():
-    """Ask or the wallet address"""
-    msg = "\nEnter user/wallet name/tag:\n"
-    return msg
-
-def _prompt_ens():
-    """Ask or the wallet address"""
-    msg = "\nEnter user's ENS:\n"
-    return msg
+# def _prompt_twitter():
+#     """Ask or the wallet address"""
+#     msg = "\nEnter the twitter link (full address):\n"
+#     return msg
+#
+# def _prompt_info():
+#     """Ask or the wallet address"""
+#     msg = "\nEnter short info about the user:\n"
+#     return msg
+#
+# def _prompt_name():
+#     """Ask or the wallet address"""
+#     msg = "\nEnter user/wallet name/tag:\n"
+#     return msg
+#
+# def _prompt_ens():
+#     """Ask or the wallet address"""
+#     msg = "\nEnter user's ENS:\n"
+#     return msg
 
 
 def _display_wallet_check_result(z):