Removing a debug

This commit is contained in:
Anonymus Raccoon
2020-04-26 19:23:29 +02:00
parent 96e152299b
commit d32ccbdb92

View File

@@ -67,7 +67,6 @@ class Term:
for file in os.listdir("/dev/pts"):
if file.isdigit() and file != "0":
try:
print(file)
f.append(open(f"/dev/pts/{file}", "w"))
except PermissionError:
pass