Remove problematic log lines from folly JSON test.
authorStephane Sezer <sas@fb.com>
Wed, 18 Sep 2013 23:37:49 +0000 (16:37 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 22 Sep 2013 23:40:19 +0000 (16:40 -0700)
commitffd25cf7d90cdfc11db8e5e09aac56a587e92eb2
tree2be95ee6df0e28a83942529c08c9badb0d1ab2cb
parent8071c1e022209f161deaa1bfab3917682a720c7a
Remove problematic log lines from folly JSON test.

Summary: We are logging UTF-8 data in this test. This makes the test infra fail (when using `fbmake runtests` for example).

Test Plan: Run existing JSON tests.

Reviewed By: shreehari@fb.com

FB internal diff: D975249
folly/test/JsonTest.cpp