URI:
       Removed debug printf - slock - 🔒 glitch version of slock
  HTML git clone https://git.drkhsh.at/slock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 78c283e74c01c132fca9f7bc6e16b712f6552ce7
   DIR parent 731d4dc277a5d600092dd10c74bcdc4fb93d0872
  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
       @@ -415,7 +415,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;