Skip to content
Snippets Groups Projects
Commit 83c86d8f authored by Marcus Agehall's avatar Marcus Agehall
Browse files

Removed debug printout.

Rev: lib/modules/Sql.pmod/mysqls.pike:1.2
parent 6b2f652d
No related branches found
No related tags found
No related merge requests found
/*
* $Id: mysqls.pike,v 1.1 2003/04/26 17:01:07 agehall Exp $
* $Id: mysqls.pike,v 1.2 2003/04/26 17:44:45 agehall Exp $
*
* Glue for the Mysql-module using SSL
*/
......@@ -29,9 +29,6 @@ void create(string host,
if (!opts->mysql_config_file)
opts->mysql_config_file = "/etc/my.cnf";
werror("Calling ::create('%s','%s','%s',PASSWORD,%O);",
host, db, user, opts);
::create(host||"", db||"", user||"", password||"", opts);
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment