CallDistanceTransceiver.py: don't put the general case in an else
authorAntonio Ospite <ao2@ao2.it>
Thu, 17 Dec 2015 11:56:32 +0000 (12:56 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 17 Dec 2015 11:56:32 +0000 (12:56 +0100)
commitfb6bc3a9f2e122a7c45c7188f1e0df13a810e420
tree6f0821902365b7247e8e4975b976b0c780e28245
parentcb1b733eef72caa3bb4d11364662fb0a068e49e7
CallDistanceTransceiver.py: don't put the general case in an else

Since the code returns when the particular case of the very first call
occurs, there is no need to put the general case in the else.
src/savemysugar/CallDistanceTransceiver.py