mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Removed some debug logging
This commit is contained in:
parent
1a88a0164c
commit
b3ac8d0835
2 changed files with 2 additions and 7 deletions
|
@ -249,7 +249,6 @@ export function findFormat (input, delim) {
|
|||
const filteredInput = input.replace(/[^A-Za-z0-9]/, "").toUpperCase();
|
||||
const mgrsPattern = new RegExp(/^[0-9]{2}[C-HJ-NP-X]{2}[A-Z]+/);
|
||||
const geohashPattern = new RegExp(/^[0123456789BCDEFGHJKMNPQRSTUVWXYZ]+$/);
|
||||
log.error(filteredInput);
|
||||
if (mgrsPattern.test(filteredInput)) {
|
||||
return "Military Grid Reference System";
|
||||
} else if (geohashPattern.test(filteredInput)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue