Browse Source

- extra debugging messages removed

Jan Janak 18 years ago
parent
commit
229049bb55
2 changed files with 0 additions and 4 deletions
  1. 0 2
      modules/db_mysql/my_fld.c
  2. 0 2
      modules/db_mysql/my_uri.c

+ 0 - 2
modules/db_mysql/my_fld.c

@@ -45,8 +45,6 @@ int my_fld(db_fld_t* fld)
 {
 	struct my_fld* res;
 
-	ERR("my_fld executed\n");
-
 	res = (struct my_fld*)pkg_malloc(sizeof(struct my_fld));
 	if (res == NULL) {
 		ERR("No memory left\n");

+ 0 - 2
modules/db_mysql/my_uri.c

@@ -257,8 +257,6 @@ int my_uri(db_uri_t* uri)
 {
 	struct my_uri* res;
 
-	ERR("my_uri called\n");
-
 	res = (struct my_uri*)pkg_malloc(sizeof(struct my_uri));
 	if (res == NULL) {
 		ERR("No memory left\n");