Revision 7168

View differences:

trunk/frameworks/_fwAndami/src/com/iver/andami/GlobalKeyEventDispatcher.java
92 92

  
93 93
		if (a!=null)
94 94
		{
95
			System.err.println("DEBUG: KeyEvent " + e +
96
					".Antes de ejecutar action=" + a);
95
			//System.err.println("DEBUG: KeyEvent " + e +
96
			//		".Antes de ejecutar action=" + a);
97 97
			return a.dispatchKeyEvent(e);
98 98
		}
99 99
		return false;

Also available in: Unified diff