Explorar el Código

removed debugging info

Luke Ehresman hace 25 años
padre
commit
7ba3d015b1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/folders.php

+ 0 - 1
src/folders.php

@@ -84,7 +84,6 @@
 		$num_max++;
 		$num_max++;
 
 
    for ($p = 0; $p < count($boxes) && $count_special_folders < $num_max; $p++) {
    for ($p = 0; $p < count($boxes) && $count_special_folders < $num_max; $p++) {
-		echo "$count_special_folders - $p<br>";
       if (strtolower($boxes[$i]["unformatted"]) == "inbox")
       if (strtolower($boxes[$i]["unformatted"]) == "inbox")
          $count_special_folders++;
          $count_special_folders++;
       else if ($boxes[$i]["unformatted"] == $trash_folder)
       else if ($boxes[$i]["unformatted"] == $trash_folder)