diff --git a/misc/others/api_internal_call.php b/misc/others/api_internal_call.php
index 733c6419e32857a2c910edf06d7c89e7f909179f..1790f3b8d480313665b37b235e4d254050a9881a 100644
--- a/misc/others/api_internal_call.php
+++ b/misc/others/api_internal_call.php
@@ -8,8 +8,6 @@ define('PIWIK_ENABLE_DISPATCH', false);
 define('PIWIK_ENABLE_ERROR_HANDLER', false);
 define('PIWIK_ENABLE_SESSION_START', false);
 
-// if you prefer not to include 'index.php', you must also define here PIWIK_DOCUMENT_ROOT
-// and include "libs/upgradephp/upgrade.php" and "core/Loader.php"
 require_once PIWIK_INCLUDE_PATH . "/index.php";
 require_once PIWIK_INCLUDE_PATH . "/core/API/Request.php";