summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2013-01-14 21:54:26 -0600
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commit940b70385845857a0f31753b3dba2e30af5684b5 (patch)
treec6ed3a4ea61f340631ce775a1500c6ba08d9b744
parent5e68ad9aec8f623a7cc75f61c3e9355dafcb41c3 (diff)
downloadchroma-940b70385845857a0f31753b3dba2e30af5684b5.tar.gz
chroma-940b70385845857a0f31753b3dba2e30af5684b5.tar.bz2
chroma-940b70385845857a0f31753b3dba2e30af5684b5.zip
woops. accidentally left in some print statements in camera.py
-rw-r--r--chroma/camera.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/chroma/camera.py b/chroma/camera.py
index 54e8ba7..f938bd6 100644
--- a/chroma/camera.py
+++ b/chroma/camera.py
@@ -80,7 +80,6 @@ class Camera(multiprocessing.Process):
self.spnav = False
def init_gpu(self):
- print 'init_gpu()'
self.context = gpu.create_cuda_context(self.device_id)
self.gpu_geometry = gpu.GPUGeometry(self.geometry)
@@ -317,7 +316,6 @@ class Camera(multiprocessing.Process):
self.update()
def update_pixels(self, gpu_geometry=None, keep_last_render=False):
- print 'self.point = ', self.point
if gpu_geometry is None:
gpu_geometry = self.gpu_geometry