remove debug info

This commit is contained in:
Lunny Xiao 2014-04-05 22:18:25 +08:00
parent a1e3dd8db0
commit 6e7cead1ec
1 changed files with 0 additions and 1 deletions

View File

@ -808,7 +808,6 @@ func (engine *Engine) Sync(beans ...interface{}) error {
}
}
} else if index.Type == IndexType {
fmt.Println("index:", table.Name, name, index)
isExist, err := session.isIndexExist2(table.Name, index.Cols, false)
if err != nil {
return err