Remove timers for now.

This commit is contained in:
Lars Jung 2014-05-22 00:13:15 +02:00
parent b2a15ceb9d
commit 71654698d3
2 changed files with 0 additions and 14 deletions

View file

@ -157,9 +157,7 @@ class App {
$cache = array();
$folder = Item::get($this, CURRENT_PATH, $cache);
time_log("f2");
$items = $folder->get_content($cache);
time_log("f3");
uasort($items, array("Item", "cmp"));
$html = "<table>";