FIX: Left some debugging logs in
This commit is contained in:
parent
b5159e8976
commit
c821ceb366
@ -42,7 +42,6 @@ func CreateConnection(c *gin.Context) {
|
||||
for true {
|
||||
var dupe bool = false
|
||||
for n := range connections {
|
||||
fmt.Printf("is %s == %s\n", n, name)
|
||||
if n == name {
|
||||
name = fmt.Sprintf("%s (copy)", name)
|
||||
dupe = true
|
||||
|
||||
@ -152,8 +152,6 @@ func fillColumns(conn *sql.DB, driver string, tree map[string][]model.Column) er
|
||||
fkeys = append(fkeys, fkey)
|
||||
}
|
||||
|
||||
fmt.Printf("%s: %+v\n", table, fkeys)
|
||||
|
||||
// Get the restraints of the table
|
||||
rows, err := conn.Query(fmt.Sprintf(qs[2], table))
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user