Migrate to the Device Code Flow - debug removed

This commit is contained in:
Philipp Wo 2025-03-10 09:30:38 +01:00
parent 14f6476045
commit 321e24a440

View File

@ -626,7 +626,6 @@ sub TadoAPI_TokenRefresh {
};
#Log3 $name, 5, 'Blocking GET TokenRefresh: ' . Dumper($param);
print Dumper($Token);
Log3 $name, $reqDebug, "TadoAPI $name" . ": " . "Request refresh $AuthURL";
my ( $err, $returnData ) = HttpUtils_BlockingGet($param);