From 29e31ee74da0292a62d1c76e023e234fccf463ba Mon Sep 17 00:00:00 2001 From: Joshua Fuhs Date: Sun, 1 Jul 2012 12:27:47 -0400 Subject: [PATCH] Remove unnecessary log messages --- src/View.ahk | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/View.ahk b/src/View.ahk index 954cbc1..68b50f6 100644 --- a/src/View.ahk +++ b/src/View.ahk @@ -272,7 +272,6 @@ View_setMX(d) { m := Manager_aMonitor v := Monitor_#%m%_aView_#1 l := View_#%m%_#%v%_layout_#1 - Log_msg("View_setMX(): l: " . l) If Not (Config_layoutFunction_#%l% = "tile") Return @@ -289,7 +288,6 @@ View_setMY(d) { m := Manager_aMonitor v := Monitor_#%m%_aView_#1 l := View_#%m%_#%v%_layout_#1 - Log_msg("View_setMY(): l: " . l) If Not (Config_layoutFunction_#%l% = "tile") Return