Skip to content

Commit 29ef080

Browse files
hansonrhansonr
authored andcommitted
comment out
1 parent 2fd912c commit 29ef080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/swingjs/api/js/HTML5Video.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public static Object[] addActionListener(HTML5Video jsvideo, ActionListener list
227227
public Void apply(Object jsevent) {
228228
String name = (/** @j2sNative jsevent.type || */
229229
"?");
230-
System.out.println("HTML5Video " + (/** @j2sNative jsevent.target.id || */null) + " " + name);
230+
//System.out.println("HTML5Video " + (/** @j2sNative jsevent.target.id || */null) + " " + name);
231231
ActionEvent e = new ActionEvent(new Object[] { jsvideo, jsevent }, 12345, name,
232232
System.currentTimeMillis(), 0);
233233
listener.actionPerformed(e);

0 commit comments

Comments
 (0)