Commit 0a132c72 authored by Luca Cristaldi's avatar Luca Cristaldi
Browse files

remove the empty callback

parent ad3c5af0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ if __name__ == "__main__":
    rocket = ModelRocket()

    stage = conn.add_stream(getattr, control.current_stage, 'stage')
    stage.add_callback()
    stage.add_callback(rocket.send)
    stage.start()