@@ -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");
@@ -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));