Remove debug statement

This commit is contained in:
Balazs Perlaki-Horvath 2024-10-17 17:51:23 +02:00
parent f915b79fbc
commit 7608026b8f

View File

@ -104,7 +104,6 @@ struct BrowserTab: View {
var body: some View {
let _ = model.updateWith(hasZimFiles: !zimFiles.isEmpty,
hasSeenCategories: hasSeenCategories)
let _ = debugPrint("model.state: \(model.state)")
GeometryReader { proxy in
Group {
if isSearching {