diff src/com/aurellem/capture/video/AVIVideoRecorder.java @ 15:be5ac56826be

created part of the advanced documentation
author Robert McIntyre <rlm@mit.edu>
date Fri, 28 Oct 2011 06:52:46 -0700
parents 4c5fc53778c1
children 784a3f4e6202
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/video/AVIVideoRecorder.java	Thu Oct 27 21:55:51 2011 -0700
     1.2 +++ b/src/com/aurellem/capture/video/AVIVideoRecorder.java	Fri Oct 28 06:52:46 2011 -0700
     1.3 @@ -38,7 +38,6 @@
     1.4  	}
     1.5  	
     1.6  	public void finish() {
     1.7 -		System.out.println("I'm finished! <3");
     1.8  		try {out.close();} 
     1.9  		catch (IOException e) {e.printStackTrace();}
    1.10  	}