mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
fix(logging): removed temp dev logging code
This commit is contained in:
parent
fad1d4cf98
commit
e2cb66f8d7
@ -3,7 +3,6 @@ package sqlstore
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/Unknwon/log"
|
||||
"github.com/grafana/grafana/pkg/bus"
|
||||
"github.com/grafana/grafana/pkg/events"
|
||||
m "github.com/grafana/grafana/pkg/models"
|
||||
@ -150,8 +149,6 @@ func UpdateOrg(cmd *m.UpdateOrgCommand) error {
|
||||
|
||||
func UpdateOrgAddress(cmd *m.UpdateOrgAddressCommand) error {
|
||||
return inTransaction2(func(sess *session) error {
|
||||
log.Info("address %s", cmd.Address1)
|
||||
|
||||
org := m.Org{
|
||||
Address1: cmd.Address1,
|
||||
Address2: cmd.Address2,
|
||||
|
Loading…
Reference in New Issue
Block a user