Skip to content

Commit f3087db

Browse files
committed
SDK3Cam: remove stray print debugging statement
1 parent 670b187 commit f3087db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

microscope/cameras/SDK3Cam.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def __init__(self, camNum):
151151

152152

153153
def Init(self):
154-
print('Foo')
155154
self.handle = SDK3.Open(self.camNum)
156155
self.connectProperties()
157156

0 commit comments

Comments
 (0)