Skip to content

Commit 4e81d3a

Browse files
committed
null check user token
1 parent 843f5dc commit 4e81d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootpay/src/main/java/kr/co/bootpay/BootpayWebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ private void loadParams(String... script) {
489489
builder.append(";");
490490
String request = builder.toString();
491491

492-
Log.d("params", request);
492+
// Log.d("params", request);
493493

494494
load(request);
495495
}

0 commit comments

Comments
 (0)