X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=api.php;h=d63f2540db8baf1293eabca24b6e003f65b810e2;hb=064ce94c8055cb6c5429ef998f6ffa45d4cc334a;hp=92e670475d7f3a5602358604ddf16023b568704a;hpb=0d8e9eacae1f47c60518f871dbb73f4539413d39;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();