diff --git a/PlayBot/sites/soundcloud.pm b/PlayBot/sites/soundcloud.pm
index 98e85ea1b25157bbc7b43816031f9559cf6f8bc8..2e15419c5805e4b2df2be1b5e4929315f247ec59 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,
 	);