aboutsummaryrefslogtreecommitdiffstats
path: root/dbparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbparse.py')
-rwxr-xr-xdbparse.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbparse.py b/dbparse.py
index 893d64e..32cbce9 100755
--- a/dbparse.py
+++ b/dbparse.py
@@ -162,9 +162,6 @@ class DBParser(object):
self._syntax_error("Inverted freq range (%d - %d)" % (start, end))
if start == end:
self._syntax_error("Start and end freqs are equal (%d)" % start)
- if end - start < bw:
- self._syntax_error("Invalid bandwidth: %d width channel "
- "cannot possibly fit between %d - %d" % (bw, start, end))
except ValueError:
self._syntax_error("band must have frequency range")