Debug Build (Photon) - `(293):Cloud: disconnecting` in every loop?

Hi, I created a Debug Build of my Photon-based project for the first time. Now, while running my application code, in my serial monitor I am seeing this output in every loop() iteration:

00000xxxxx:INFO : void manage_cloud_connection(bool) (293):Cloud: disconnecting

I am running my code in SEMI_AUTOMATIC mode, but I see the same thing in MANUAL mode as well. Is this normal? It looks like it is trying to disconnect from a non-existent Cloud connection, is there something I should be doing to prevent this?