From: <ev...@us...> - 2010-12-25 21:34:19
|
Revision: 1468 http://rails.svn.sourceforge.net/rails/?rev=1468&view=rev Author: evos Date: 2010-12-25 21:34:13 +0000 (Sat, 25 Dec 2010) Log Message: ----------- Cleanup Modified Paths: -------------- trunk/18xx/rails/ui/swing/WindowSettings.java Modified: trunk/18xx/rails/ui/swing/WindowSettings.java =================================================================== --- trunk/18xx/rails/ui/swing/WindowSettings.java 2010-12-25 21:33:13 UTC (rev 1467) +++ trunk/18xx/rails/ui/swing/WindowSettings.java 2010-12-25 21:34:13 UTC (rev 1468) @@ -82,7 +82,6 @@ r.y = window.getY(); r.width = window.getWidth(); r.height = window.getHeight(); - log.debug("+++ Set "+name+" bounds to "+r.x+","+r.y+"/"+r.width+","+r.height); } return; } @@ -90,7 +89,7 @@ public void save () { // Save all settings to file - log.debug("=== Saving all window settings"); + log.debug("Saving all window settings"); try { PrintWriter out = new PrintWriter (new FileWriter (new File (filepath))); Rectangle r; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |