remove extra comment

This commit is contained in:
Brian Kassouf
2019-01-08 17:28:07 -08:00
committed by GitHub
parent 726aa02038
commit d8e19be7b5

View File

@@ -156,7 +156,6 @@ func (i *Influxdb) CreateUser(ctx context.Context, statements dbplugin.Statement
} }
// RenewUser is not supported on Influxdb, so this is a no-op. // RenewUser is not supported on Influxdb, so this is a no-op.
// TO CHECK THIS FIRST
func (i *Influxdb) RenewUser(ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error { func (i *Influxdb) RenewUser(ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
// NOOP // NOOP
return nil return nil