mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 17:29:55 +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)
|
||||
*/
|
||||
public byte[] filter(FileEntry fileEntry) {
|
||||
System.out.println("BusinessBASICFileFilter.filter() entry.");
|
||||
ByteArrayOutputStream byteArray = new ByteArrayOutputStream();
|
||||
PrintWriter printWriter = new PrintWriter(byteArray, true);
|
||||
BusinessBASICTokenizer tokenizer = new BusinessBASICTokenizer(fileEntry);
|
||||
|
Loading…
Reference in New Issue
Block a user