Double Log Entries

Not sure where this fits but as I am developing some code with device and agent and have placed some server.log statements to track what’s going on and what I see looks like the code is executing twice. For every log location i get 2 identical responses when I send any input from a IPAD app or a browser page I developed.
Log looks like this.

2013-10-14 16:45:23 UTC-6: [Agent] Send requests to https://agent.electricimp.com/e3PC_My4fwBY?red={red}&green={green}&blue={blue}
2013-10-14 16:45:23 UTC-6: [Agent] Send requests to https://agent.electricimp.com/e3PC_My4fwBY?red={red}&green={green}&blue={blue}
2013-10-14 16:45:23 UTC-6: [Status] Downloading new code
2013-10-14 16:45:23 UTC-6: [Status] Downloading new code
2013-10-14 16:45:24 UTC-6: [Status] Device configured to be "HTTP AGENT example3"
2013-10-14 16:45:24 UTC-6: [Device] Device Code = 1
2013-10-14 16:45:24 UTC-6: [Status] Device configured to be "HTTP AGENT example3"
2013-10-14 16:45:24 UTC-6: [Device] Device Code = 1

The program seems to work correctly but response is not as expected. Is this a planner/IDE thing? Just wondering.

This is just the planner/IDE. There is currently a bug that causes the logs to display twice - if you refresh your IDE browser page, it should fix itself.

Thanks I was hoping that was the case. I didn’t want to chase a phantom.