Skip to content
Snippets Groups Projects
Commit 831c1a69 authored by Julian Rother's avatar Julian Rother
Browse files

Removed debugging code

parent 5899590e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ int ping_job(int id, char *state, char *status, ...)
}
else
p = strdup("{}");
printf("%s\n", p);
e_status = curl_easy_escape(curl, p, 0);
free(p);
p = mprintf("apikey=%s&state=%s&host=%s&status=%s", e_apikey, e_state,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment