Git rid of count debug message

This commit is contained in:
Kai Hendry
2013-06-15 22:21:54 +08:00
parent 48cfcdc24f
commit 24e0629edd
2 changed files with 0 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "bootstrap"]
path = bootstrap
url = https://github.com/twitter/bootstrap.git

View File

@@ -2,7 +2,6 @@
<?php <?php
$json_string = file_get_contents("php://stdin"); $json_string = file_get_contents("php://stdin");
$foo = json_decode($json_string); $foo = json_decode($json_string);
echo count($foo);
for ($i=0; $i<count($foo); $i++){ for ($i=0; $i<count($foo); $i++){
echo $foo[$i]->id_str . "|"; echo $foo[$i]->id_str . "|";
echo $foo[$i]->created_at . "|"; echo $foo[$i]->created_at . "|";