summaryrefslogtreecommitdiffstats
path: root/bridge.py
diff options
context:
space:
mode:
Diffstat (limited to 'bridge.py')
-rwxr-xr-xbridge.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/bridge.py b/bridge.py
index 26beb24..91e81fb 100755
--- a/bridge.py
+++ b/bridge.py
@@ -36,10 +36,3 @@ class Bridge(object):
-def main():
- bridge = Bridge()
- show = FishShow(bridge)
- #show = SunriseShow(bridge)
- show.run(framerate=FRAME_RATE)
-
-main()