From 46ad1c43859fadbb88173f18c38bdad59c1812af Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 14 Feb 2014 17:24:27 +0100 Subject: Remove debug output --- plugins/pco/uca-pco-camera.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/pco/uca-pco-camera.c b/plugins/pco/uca-pco-camera.c index b7837a4..7e049e1 100644 --- a/plugins/pco/uca-pco-camera.c +++ b/plugins/pco/uca-pco-camera.c @@ -746,12 +746,8 @@ uca_pco_camera_set_property(GObject *object, guint property_id, const GValue *va break; } - gdouble timebase = convert_timebase(suitable_timebase); guint32 timesteps = time / timebase; - - g_print ("timebase: %i, time %u\n", suitable_timebase, timesteps); - err = pco_set_exposure_time(priv->pco, timesteps); } } -- cgit v1.2.3