From 4364c9b3f2b8822235b6ef22dfae18e7ec5541f7 Mon Sep 17 00:00:00 2001
From: Alexandre Morignot <erdnaxeli@cervoi.se>
Date: Tue, 2 Nov 2021 00:03:53 +0100
Subject: [PATCH] remove log

---
 PlayBot/sites/soundcloud.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PlayBot/sites/soundcloud.pm b/PlayBot/sites/soundcloud.pm
index 98e85ea..2e15419 100644
--- a/PlayBot/sites/soundcloud.pm
+++ b/PlayBot/sites/soundcloud.pm
@@ -43,7 +43,6 @@ sub get_access_token
 		timeout => 30,
 		env_proxy => 1,
 	);
-	$log->info("the url is ".$root.'/oauth2/token?grant_type=client_credentials&client_id='.$clientId.'&client_secret='.$clientSecret);
 	my $response = $ua->post(
 		$root.'/oauth2/token?grant_type=client_credentials&client_id='.$clientId.'&client_secret='.$clientSecret,
 	);
-- 
GitLab