MDL-60733 oauth: Remove outdated comment
authorDavid Monllao <davidm@moodle.com>
Wed, 8 Nov 2017 11:04:31 +0000 (12:04 +0100)
committerDavid Monllao <davidm@moodle.com>
Wed, 8 Nov 2017 11:04:31 +0000 (12:04 +0100)
lib/oauthlib.php

index 0485ac1..d269cc1 100644 (file)
@@ -619,7 +619,6 @@ abstract class oauth2_client extends curl {
             }
         }
 
-        // Force JSON format content in response.
         if ($acceptheader) {
             $this->setHeader('Accept: ' . $acceptheader);
         }