Skip to content

Commit 943ba74

Browse files
committed
dev
1 parent 406b884 commit 943ba74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ async def lifespan(app: FastAPI):
186186

187187
def enabled_handler(enabled: bool, nc: NextcloudApp) -> str:
188188
print(f"enabled={enabled}")
189-
190-
z = _("Test menu")
191189
if enabled:
192190
nc.ui.resources.set_initial_state(
193191
"top_menu",

0 commit comments

Comments
 (0)