Pārlūkot izejas kodu

removed debugging info

Luke Ehresman 25 gadi atpakaļ
vecāks
revīzija
7ba3d015b1
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/folders.php

+ 0 - 1
src/folders.php

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