Deleted redundant stage test file

This commit is contained in:
jtc42 2019-06-28 12:53:31 +01:00
parent 4733b250ed
commit adc5a81cad

View file

@ -1,8 +0,0 @@
from openflexure_microscope.stage.sangaboard import Sangaboard
import logging
import sys
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
stage = Sangaboard()