[BUG] v12.2.5 There is a debug output statement '()' in the mvc.logController method and the main branch has been checked. If it is indeed a debugging task, it should be possible to delete it, and I have also synchronized the PR,
- Dominant language
- Go
- Stars
- 25.6k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Since upgrading to the iris framework v12.2.5, a strange "() () ()" debugging information output has been discovered. Today, I had time to debug the output and found that it came from the mvc library. Therefore, I think it would be great if it were indeed debugged and deleted, so I have already submitted the PR.
**To Reproduce**
In theory, defining an mvc route is sufficient, as my project has a lot of code and I haven't had time to add use cases yet
**Screenshots**

**Desktop (please complete the following information):**
- windows
**iris.Version**
- e.g. v12.2.5 or main
Please make sure the bug is reproducible over the `main` branch:
```sh
$ cd PROJECT
$ go get -u github.com/kataras/iris/v12@main
$ go run .
```
Contributor guide
Assessment
This issue has not been assessed yet.