Removed println

This commit is contained in:
codeanticode
2011-10-31 17:59:14 +00:00
parent 4303b1729f
commit dba3935059
@@ -101,8 +101,6 @@ public class Video implements PConstants {
setMacOSXPath();
}
System.out.println("gstreamerBinPath: " + gstreamerBinPath);
System.out.flush();
if (!gstreamerBinPath.equals("")) {
System.setProperty("jna.library.path", gstreamerBinPath);
}