Skip to content

Commit

Permalink
Retirando Código de Teste
Browse files Browse the repository at this point in the history
  • Loading branch information
Clauvin committed Sep 5, 2016
1 parent e680a57 commit a96805c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Assets/Resources/Scripts/Atuais/NovoLeitor2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,15 +338,6 @@ public void TestMultiplePlayers()

}

for (int i = 0; i < bds_de_jogadores.Count; i++)
{

Debug.Log("Banco de dados " + (i + 1) + " do jogador " + bds_de_jogadores[i].GetNomeDoJogador(0) +
", contendo " + bds_de_jogadores[i].GetQuantidadeDeEntradas() + ".");

}


}

public bool LoadStuffBolhas(int tempo_minimo = 0, int tempo_maximo = int.MaxValue)
Expand Down

0 comments on commit a96805c

Please sign in to comment.