Author: post
Date: 2010-01-31 14:14:27 +0100 (Sun, 31 Jan 2010)
New Revision: 3149

Modified:
   trunk/plugins/lensfun/lensfun.c
Log:
Remove debug output.

Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c     2010-01-31 13:07:42 UTC (rev 3148)
+++ trunk/plugins/lensfun/lensfun.c     2010-01-31 13:14:27 UTC (rev 3149)
@@ -516,8 +516,6 @@
        vign_roi->width = MIN(input->w - vign_roi->x, roi->width + ((roi->width 
+ 2) / 2));
        vign_roi->height = MIN(input->h - vign_roi->y, roi->height + 
((roi->height + 2) / 2));
 
-       printf("Old x:%d, New x:%d\n", roi->x, vign_roi->x);
-       printf("Old y:%d, New y:%d\n", roi->y, vign_roi->y);
        /* Proceed if we got everything */
        if (lensfun->selected_lens && lf_lens_check((lfLens *) 
lensfun->selected_lens))
        {


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to