mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removed some debug messages
This commit is contained in:
@@ -1005,7 +1005,6 @@ public class Capture extends PImage implements PConstants {
|
||||
// To handle the situation where read() is not called in the sketch, so
|
||||
// that the native buffers are not being sent to the sinke, and therefore, not disposed
|
||||
// by it.
|
||||
System.out.println(" disposing nat buffer before reading new one");
|
||||
natBuffer.dispose();
|
||||
}
|
||||
natBuffer = buffer;
|
||||
|
||||
@@ -770,7 +770,6 @@ public class Movie extends PImage implements PConstants {
|
||||
// To handle the situation where read() is not called in the sketch, so
|
||||
// that the native buffers are not being sent to the sinke, and therefore, not disposed
|
||||
// by it.
|
||||
System.out.println(" disposing nat buffer before reading new one");
|
||||
natBuffer.dispose();
|
||||
}
|
||||
natBuffer = buffer;
|
||||
|
||||
Reference in New Issue
Block a user