Skip to content

Commit

Permalink
Remove debug print from test-utils.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Feb 5, 2014
1 parent 4c6b287 commit ed40055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lib/test-utils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ namespace Kkc.TestUtils {
assert (context.segments.cursor_pos == expected_segments_cursor_pos);
}

print ("%s %d\n", context.input, context.candidates.size);
if (expected.has_member ("candidates_size")) {
var expected_candidates_size = expected.get_int_member ("candidates_size");
assert (context.candidates.size == expected_candidates_size);
Expand Down

0 comments on commit ed40055

Please sign in to comment.