Translator: fixed debug output in proto tests

This commit is contained in:
dsavvinov
2016-08-18 17:58:19 +03:00
parent c116173154
commit 33de250147
2 changed files with 0 additions and 2 deletions
@@ -1214,7 +1214,6 @@ fun testRepVarints(): Int {
var i = 0
val testRuns = 100
while (i < testRuns) {
println(i)
val msg = generateRandomMessage()
if (checkRepSerializationIdentity(msg) == 1) {
return 1
@@ -490,7 +490,6 @@ fun testRepZigZag(): Int {
var i = 0
val testRuns = 8
while (i < testRuns) {
println(i)
val msg = generateRandomMessage()
if (checkRepZZSerializationIdentity(msg) == 1) {
return 1