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)
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.


No differences found