mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removed println
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user