Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/vi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiSabler <dissy@ya.ru>2020-06-23 13:18:15 +0300
committerdiSabler <dissy@ya.ru>2020-06-23 13:18:15 +0300
commit61955904dac5572a720a2cb5387b48f2282e3b45 (patch)
treef4f5ed606bb32544fc4b7c792f46efb9ce488fc6
parent547191ab0eadfe8e47ba5422621a17fa85045544 (diff)
del: remove debug output
-rw-r--r--isida.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/isida.py b/isida.py
index cb30621..b514ac6 100644
--- a/isida.py
+++ b/isida.py
@@ -131,7 +131,6 @@ if __name__ == "__main__":
while True:
try:
- print(mode)
exec(open('kernel.py').read())
except KeyboardInterrupt:
break