summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/pyCatcherModel.py
diff options
context:
space:
mode:
authorTom2012-04-06 16:24:54 +0200
committerTom2012-04-06 16:24:54 +0200
commit13a7b38ffbfa9e004e2872cf98fa6588b2e1230a (patch)
tree5a7dc4a0813c1da4d3759fb45ed427970ff33361 /Src/PyCatcher/src/pyCatcherModel.py
parentadded appendix 1 and 2 (diff)
downloadimsi-catcher-detection-13a7b38ffbfa9e004e2872cf98fa6588b2e1230a.tar.gz
imsi-catcher-detection-13a7b38ffbfa9e004e2872cf98fa6588b2e1230a.tar.xz
imsi-catcher-detection-13a7b38ffbfa9e004e2872cf98fa6588b2e1230a.zip
evaluation windows integrated
Diffstat (limited to 'Src/PyCatcher/src/pyCatcherModel.py')
-rw-r--r--Src/PyCatcher/src/pyCatcherModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/pyCatcherModel.py b/Src/PyCatcher/src/pyCatcherModel.py
index 37a311d..bf4be14 100644
--- a/Src/PyCatcher/src/pyCatcherModel.py
+++ b/Src/PyCatcher/src/pyCatcherModel.py
@@ -116,7 +116,7 @@ class BaseStationInformationList:
for neighbour in station.get_neighbour_arfcn():
code += str(station.arfcn) + r' -> ' + str(neighbour) + r'; '
#TODO: make printing the source a fixed option
- print preamble + code + postamble
+ #print preamble + code + postamble
return preamble + code + postamble
def refill_store(self, store, band_filter, filters=None):