From aba9f3320b52756aea07358cb32bdbb92dbaf3ff Mon Sep 17 00:00:00 2001 From: Christopher Harvey Date: Wed, 4 Aug 2010 13:07:09 -0400 Subject: Removed a stragling pdb trace from getDevs for fstab --- modules/fstab/getDevs.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad