diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-31 19:19:22 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | b682d7ec673b78446ed5cbd1d276e4e6f363ee3d (patch) | |
tree | 51e61df3fdd2c0cfadf0a23408eacc3417aa391f /src/tests | |
parent | d628db12fe432846675844cee9753a77d22ca451 (diff) |
tests,test-sms-part-cdma: remove explicit logging
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test-sms-part-cdma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/test-sms-part-cdma.c b/src/tests/test-sms-part-cdma.c index 0f36fe36..7bb2bf65 100644 --- a/src/tests/test-sms-part-cdma.c +++ b/src/tests/test-sms-part-cdma.c @@ -38,7 +38,6 @@ common_test_part_from_hexpdu (const gchar *hexpdu, MMSmsPart *part; GError *error = NULL; - mm_dbg (" "); part = mm_sms_part_cdma_new_from_pdu (0, hexpdu, NULL, &error); g_assert_no_error (error); g_assert (part != NULL); @@ -88,7 +87,6 @@ common_test_invalid_part_from_hexpdu (const gchar *hexpdu) MMSmsPart *part; GError *error = NULL; - mm_dbg (" "); part = mm_sms_part_cdma_new_from_pdu (0, hexpdu, NULL, &error); g_assert (part == NULL); /* We don't care for the specific error type */ |