mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	fix(logging): removed temp dev logging code
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user