Skip to content

Commit

Permalink
remove unneeeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-o committed Sep 25, 2024
1 parent e13abd1 commit 25b72c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,6 @@ abstract class StateStoreSuiteBase[ProviderClass <: StateStoreProvider]

val store = provider.getStore(0)
assert(!store.hasCommitted)
logWarning(s"Version 0 has been loaded but not committed.")
assert(get(store, "a", 0) === None)
assert(store.iterator().isEmpty)
assert(store.metrics.numKeys === 0)
Expand Down

0 comments on commit 25b72c7

Please sign in to comment.