Is it intended that function getLogins always prints the result of the request in line 52 of protocol.py ? ``` output = requestor(key, input_data, id_, iv=iv) print output ``` If yes, wouldn't it be better to have it being configurable with a parameter ?