Skip to content

Commit 4088069

Browse files
committed
remove print statement
1 parent ef7c8e7 commit 4088069

File tree

1 file changed

+1
-3
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type

1 file changed

+1
-3
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveSession.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ internal constructor(
296296
emit(LiveContentResponse(data, LiveContentResponse.Status.NORMAL, null))
297297
}
298298
}
299-
} catch (e: Exception) {
300-
println("Exception: $e.message")
301-
}
299+
} catch (_: Exception) {}
302300
}
303301
}
304302
}

0 commit comments

Comments
 (0)