mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Remove a debug statement
This commit is contained in:
parent
98b198c1cc
commit
ecdc344cb7
@ -46,7 +46,6 @@ public class BusinessBASICFileFilter implements FileFilter {
|
|||||||
* @see com.webcodepro.applecommander.storage.FileFilter#filter(FileEntry)
|
* @see com.webcodepro.applecommander.storage.FileFilter#filter(FileEntry)
|
||||||
*/
|
*/
|
||||||
public byte[] filter(FileEntry fileEntry) {
|
public byte[] filter(FileEntry fileEntry) {
|
||||||
System.out.println("BusinessBASICFileFilter.filter() entry.");
|
|
||||||
ByteArrayOutputStream byteArray = new ByteArrayOutputStream();
|
ByteArrayOutputStream byteArray = new ByteArrayOutputStream();
|
||||||
PrintWriter printWriter = new PrintWriter(byteArray, true);
|
PrintWriter printWriter = new PrintWriter(byteArray, true);
|
||||||
BusinessBASICTokenizer tokenizer = new BusinessBASICTokenizer(fileEntry);
|
BusinessBASICTokenizer tokenizer = new BusinessBASICTokenizer(fileEntry);
|
||||||
|
Loading…
Reference in New Issue
Block a user