remove debug
This commit is contained in:
parent
07c7c271a6
commit
ac27005944
|
@ -127,7 +127,6 @@ echo "\nvar Servers = [];\n";
|
||||||
$Server = new Server();
|
$Server = new Server();
|
||||||
echo 'Servers[0] = new Server(' . json_encode($Server). ");\n";
|
echo 'Servers[0] = new Server(' . json_encode($Server). ");\n";
|
||||||
foreach ( Server::find() as $Server ) {
|
foreach ( Server::find() as $Server ) {
|
||||||
echo '//'.$Server->PathToIndex()."\n"; // Otherwise get null when json_encoding
|
|
||||||
echo 'Servers[' . $Server->Id() . '] = new Server(' . $Server->to_json(). ");\n";
|
echo 'Servers[' . $Server->Id() . '] = new Server(' . $Server->to_json(). ");\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue