super-productivity/scripts
Johannes Millan 52871f752e refactor: remove dead code (#7911)
Remove verified-dead code surfaced by the #7911 simplification sweep
(all confirmed to have zero production references):

- util/create-sha-1-hash.ts (legacy local-file sync; had a broken
  import + leftover console.time)
- util/omit.ts, util/watch-object.ts, util/numeric-converter.ts
- selectAllTasksDueAndOverdue, selectTasksWorkedOnOrDoneFlat selectors
  (plus their specs and now-unused imports)
- getTagOrUndefined helper
- stale commented-out blocks in the task components
- dangling watch-object.ts reference in remove-unused-log-imports.ts

unschedule() was intentionally kept (still called internally), despite
being listed as dead.
2026-06-01 17:38:57 +02:00
..
fix-duplicate-imports.ts fix: remove duplicate Log imports 2025-07-10 14:28:03 +02:00
migrate-console-to-log-force.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00
migrate-console-to-log.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00
migrate-to-droid-log.ts refactor: remove dead code and deduplicate platform/op-log helpers 2026-06-01 17:38:57 +02:00
migrate-to-issue-log.ts refactor: migrate all issue logs to IssueLog context 2025-07-10 14:46:28 +02:00
migrate-to-plugin-log.ts refactor: use PluginLog for all logging in plugins directory 2025-07-10 14:32:37 +02:00
migrate-to-task-log.ts refactor: migrate all android logs to DroidLog context 2025-07-10 14:53:19 +02:00
remove-unused-log-imports.ts refactor: remove dead code (#7911) 2026-06-01 17:38:57 +02:00
wait-for-app.sh feat(e2e): add Docker-based E2E test isolation 2026-01-04 17:09:39 +01:00
wait-for-supersync.sh fix(sync): improve Dropbox PKCE error handling and messaging 2026-01-23 14:31:24 +01:00
wait-for-webdav.sh test(e2e): try to fix e2e tests 2025-12-10 21:26:48 +01:00