Skip to content

Commit 7d6867d

Browse files
author
zhangxinxu
committed
remove console
1 parent 26bc1fa commit 7d6867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mobilebone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443

444444
// get formdata
445445
formdata = formdata || params || "";
446-
console.dir(formdata);
446+
447447
if (typeof formdata == "object") {
448448
var arr_data = [];
449449
for (key in formdata) {

0 commit comments

Comments
 (0)