mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 02:52:39 -04:00
Remove debug statement
This commit is contained in:
parent
f915b79fbc
commit
7608026b8f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user