Skip to content

Commit f49bd87

Browse files
committed
removed extra logs
1 parent c6ba781 commit f49bd87

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

OGParser/src/main/java/com/kedia/ogparser/OpenGraphParser.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class OpenGraphParser(
4343
fun parse() = launch {
4444
val result = fetchContent()
4545
result?.let {
46-
Log.d("TAG!!!!", "called here from thread ${Thread.currentThread().name}")
4746
listener.onPostResponse(it)
4847
}
4948
}
@@ -103,8 +102,6 @@ class OpenGraphParser(
103102
return@withContext null
104103
}
105104

106-
Log.d("TAG!!!!", openGraphResult.toString())
107-
108105
if (openGraphResult!!.title.isEmpty() && openGraphResult!!.description.isEmpty() && showNullOnEmpty) {
109106
launch(Dispatchers.Main) {
110107
listener.onError("Null or empty response from the server")

0 commit comments

Comments
 (0)