mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -06:00
Remove debug logging
This commit is contained in:
parent
6b7fd96dfd
commit
a3aff58f40
|
|
@ -28,7 +28,6 @@ import (
|
|||
userapi "github.com/matrix-org/dendrite/userapi/api"
|
||||
"github.com/matrix-org/gomatrixserverlib"
|
||||
"github.com/matrix-org/util"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
type upgradeRoomRequest struct {
|
||||
|
|
@ -75,7 +74,6 @@ func UpgradeRoom(
|
|||
JSON: jsonerror.NotFound("Room does not exist"),
|
||||
}
|
||||
}
|
||||
logrus.WithError(err).Errorf("Error: %#v", err)
|
||||
return jsonerror.InternalServerError()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue