aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/fstab/getDevs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/fstab/getDevs.py b/modules/fstab/getDevs.py
index 3180d0d..01e65da 100644
--- a/modules/fstab/getDevs.py
+++ b/modules/fstab/getDevs.py
@@ -7,7 +7,6 @@ import re
import os.path as osp
def validate(userIn):
- pdb.set_trace()
devices = os.listdir('/dev')
if osp.split(userIn)[1] in devices:
return True