Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Batu committed Nov 14, 2022
2 parents 3f5a06e + b23cd09 commit 607c513
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/main/java/tw/dcard/bubblemock/model/MockApi.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package tw.dcard.bubblemock.model

import android.util.Log
import okhttp3.Request

/**
Expand All @@ -22,7 +21,6 @@ data class MockApi(

fun handle(request: Request): Any? {
val url = request.url
Log.d("badu", "url: $url")
val segments = url.pathSegments

if (responseObject == null) {
Expand Down

0 comments on commit 607c513

Please sign in to comment.