kataras / kataras/iris

[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,

Open
#2,205 1 comment 0 reactions 1 assignee Claimed by @kataras View on GitHub
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**
![image](https://github.com/kataras/iris/assets/19564821/20a781f1-7124-40eb-8ac4-13f3fb814f27)

**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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.