1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Update migrate.go (#1396)

Remove left-over debugging line.
This commit is contained in:
Doug Lauder 2021-10-04 00:36:01 -04:00 committed by GitHub
parent 1a747b780e
commit 1a59052f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,10 +58,6 @@ func (pm *PrefixedMigration) executeTemplate(r io.ReadCloser, identifier string)
return nil, "", err
}
if identifier == "match_collation" {
fmt.Println(buffer.String())
}
return ioutil.NopCloser(bytes.NewReader(buffer.Bytes())), identifier, nil
}