chore: drop test document write

This commit is contained in:
aclist 2026-04-17 22:41:47 +09:00
parent 7298fc7566
commit 06450ddadc
2 changed files with 0 additions and 8 deletions

View File

@ -91,10 +91,6 @@ class ThreadingManager:
def get_cleanup_func(self) -> StoredFunc:
return self.cleanup_func
# def _d(self) -> None:
# self.wait_dialog.hide()
# return False
def _destroy_on_idle(self) -> GLib.SOURCE_REMOVE:
if self.destroy_first:
self.wait_dialog.destroy()

View File

@ -118,10 +118,6 @@ class ServerModelManager:
j = res.json
servers += j["response"]["servers"]
import json
with open("test.txt", "w") as f:
json.dump(servers, f)
parsed = Servers.parse_json(servers)
self._push_data(parsed)