whoops, remove debug
This commit is contained in:
parent
ae718e97f5
commit
1e2503ef44
@ -63,7 +63,6 @@ public class FileHeaderChecker {
|
|||||||
* @return true if the string contains a known file header, false otherwise
|
* @return true if the string contains a known file header, false otherwise
|
||||||
*/
|
*/
|
||||||
public static boolean containsFileHeader(String input) {
|
public static boolean containsFileHeader(String input) {
|
||||||
System.out.println("Checking for file headers in: " + input);
|
|
||||||
byte[] byteArray = stringToByteArray(input);
|
byte[] byteArray = stringToByteArray(input);
|
||||||
|
|
||||||
for (byte[] header : FILE_HEADERS.values()) {
|
for (byte[] header : FILE_HEADERS.values()) {
|
||||||
|
Reference in New Issue
Block a user