Remove logging/debug lines for build steps

db0aed37db3983b61860d87a9fc0f929a58cb107

Tucker McKnight <tucker@pangolin.lan> | Mon Jan 12 2026

Remove logging/debug lines for build steps

Seems to be a problem that happens with a specific git version.
Couldn't figure out what the issue was.

Also add name of mithril server side rendering branch name to wiki.
README.md:45
Before
44
45
46
  }
```

test
After
44
45
  }
```
⁣
main.ts:109
Before
After
wiki/index.md:16
Before
15
16
17

18
19
  - Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name in full in their config file
  - [Project page](./projects/branch-globs.md.html)
- [ ] Better Template Readability
⁣
  - Goal: Do not simply have a bunch of strings as the HTML for the default virtual
    template. Maybe look into using mithril for server-side rendering?
  - This will also make the code look much less "ewww" for possible new contributors.
After
15
16
17
18
19
20
  - Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name in full in their config file
  - [Project page](./projects/branch-globs.md.html)
- [ ] Better Template Readability
  - git-branch: `mithril-server-side-rendering`
  - Goal: Do not simply have a bunch of strings as the HTML for the default virtual
    template. Maybe look into using mithril for server-side rendering?
  - This will also make the code look much less "ewww" for possible new contributors.