remove console.log
This commit is contained in:
@ -5,7 +5,6 @@ export default function fetch(path, data = {}) {
|
||||
const keys = Object.keys(data);
|
||||
|
||||
for (let key of keys) {
|
||||
console.log(key, data[key]);
|
||||
form.append(key, data[key]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user