diff --git a/app/mysql.go b/app/mysql.go index 3580295..93f4628 100644 --- a/app/mysql.go +++ b/app/mysql.go @@ -11,8 +11,6 @@ import ( var MyDB *sql.DB // InitDB initializes the MySQL database using DSN information from the config file -// and disables foreign key check's because we maintain referential integreity to allow -// for mass batch input. // func InitDB() { var db *sql.DB