Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rpurdel committed Aug 20, 2024
1 parent 07f0c7e commit 54f59fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ public void onMessage(String msg)

result = obj.getString("text");
UUID id = UUID.fromString(obj.getString("id"));
Instant transcriptionStart = Instant.ofEpochMilli(obj.getLong("ts"));
float stability = obj.getFloat("variance");
if (logger.isDebugEnabled())
{
Expand Down

0 comments on commit 54f59fa

Please sign in to comment.