Remove debugging code

This commit is contained in:
Robert Ancell 2021-01-08 13:49:13 +13:00 committed by Robert Ancell
parent a1c070aac8
commit 59a965eaef

View File

@ -169,7 +169,6 @@ TEST(FlEngineTest, SettingsPlugin) {
FL_MESSAGE_CODEC(codec), data, &error);
EXPECT_NE(settings, nullptr);
EXPECT_EQ(error, nullptr);
g_printerr("%s\n", fl_value_to_string(settings));
g_autoptr(FlValue) text_scale_factor =
fl_value_lookup_string(settings, "textScaleFactor");