mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
remove console.log
This commit is contained in:
parent
eec999bf0a
commit
e2d70c723f
@ -56,8 +56,6 @@ export const parser = (input) => {
|
||||
|
||||
const res = extract(input);
|
||||
|
||||
console.log([...flatten(res), ...relationships(res)]);
|
||||
|
||||
return [...flatten(res), ...relationships(res)];
|
||||
} catch (error) {
|
||||
console.error("An error occured while parsin JSON data!", error.stack);
|
||||
|
Loading…
x
Reference in New Issue
Block a user