diff --git a/python/lsst/display/firefly/firefly.py b/python/lsst/display/firefly/firefly.py index 3e7298c..c9a0a79 100644 --- a/python/lsst/display/firefly/firefly.py +++ b/python/lsst/display/firefly/firefly.py @@ -64,7 +64,6 @@ def __handleCallbacks(event): pParams = {'URL': 'http://web.ipac.caltech.edu/staff/roby/demo/wise-m51-band2.fits', 'ColorTable': '9'} plot_id = 3 - global _fireflyClient _fireflyClient.show_fits(fileOnServer=None, plot_id=plot_id, additionalParams=pParams) _LOG.debug("Callback event info: %s", event)