[gnome-mines] Removed debug logging



commit 97363dfbcda1b8e9d14910df32af9d53b648920b
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Jan 26 18:38:49 2015 +0200

    Removed debug logging

 src/gnome-mines.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index a91aa92..26e0777 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -647,7 +647,6 @@ public class Mines : Gtk.Application
              width += aspect_child.spacing;
              width += buttons_box.get_allocated_width ();
              minefield_aspect.ratio = (float) width / (y * minefield_view.mine_size);
-             stdout.printf ("Size is %dx%d, factors are %dx%d ratio is %.1f\n", allocation.width, 
allocation.height, (int)width, (int)(y*minefield_view.mine_size), minefield_aspect.ratio);
         });
         update_flag_label ();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]