remove console.log

This commit is contained in:
Mahdi Dibaiee
2015-07-02 05:10:48 +04:30
parent 4591ced347
commit 5336bfece8
2 changed files with 1 additions and 2 deletions

View File

@ -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]);
}