Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Dec 17, 2020
1 parent 84f7800 commit 6e0b89c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/emoncms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ void emoncms_publish(JsonDocument &data)

if (config_emoncms_enabled() && emoncms_apikey != 0)
{
// String url = post_path;
String url = emoncms_path.c_str();
url += post_path;
String json;
Expand Down

0 comments on commit 6e0b89c

Please sign in to comment.