Remove debug logging

This commit is contained in:
Till Faelligen 2023-04-25 10:28:21 +02:00
parent 6b7fd96dfd
commit a3aff58f40
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -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()
}