mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
удалил console log
This commit is contained in:
parent
b90a969a1c
commit
2df222703b
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ async function save_fiat() {
|
|||
|
||||
const regExp = new RegExp('\\(\\s*(.*)\\s*\\);$', 'mg');
|
||||
const data = JSON.parse(Array.from(res.data.matchAll(regExp))[0][1])
|
||||
console.log(data)
|
||||
|
||||
delete data['terms'];
|
||||
delete data['privacy'];
|
||||
|
|
Loading…
Add table
Reference in a new issue