URI:
       Removed debug printf - slock - My fancy fork of slock
  HTML git clone git://git.drkhsh.at/slock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cfa2a0baaad4583ffbcc46d5e67d502581c4d907
   DIR parent 82111b2d4714c43ab9a759352fbb978a6cda0faa
  HTML Author: Lars Niesen <iah71niesen@gso-koeln.de>
       Date:   Wed, 29 Apr 2020 17:42:39 +0200
       
       Removed debug printf
       
       Diffstat:
         M slock.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/slock.c b/slock.c
       @@ -414,7 +414,6 @@ main(int argc, char **argv) {
                                red /= (pixelSize*pixelSize);
                                green /= (pixelSize*pixelSize);
                                blue /= (pixelSize*pixelSize);
       -                        printf("R/G/B: %i/%i/%i\n",red,green,blue);
                                imlib_context_set_color(red,green,blue,pixel.alpha);
                                imlib_image_fill_rectangle(x,y,pixelSize,pixelSize);
                                red = 0;