X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=api.php;h=d63f2540db8baf1293eabca24b6e003f65b810e2;hb=52386446105a2e7263fc9c91363d34324d27ffa6;hp=92e670475d7f3a5602358604ddf16023b568704a;hpb=f29bed53df96e26176f8a1ac4e87f0977608b77b;p=lhc%2Fweb%2Fwiklou.git diff --git a/api.php b/api.php index 92e670475d..d63f2540db 100644 --- a/api.php +++ b/api.php @@ -42,7 +42,6 @@ if ( !function_exists( 'version_compare' ) || version_compare( PHP_VERSION, '5.3 require __DIR__ . '/includes/WebStart.php'; -wfProfileIn( 'api.php' ); $starttime = microtime( true ); // URL safety checks @@ -94,7 +93,6 @@ DeferredUpdates::doUpdates(); // Log what the user did, for book-keeping purposes. $endtime = microtime( true ); -wfProfileOut( 'api.php' ); wfLogProfilingData();