From 3d67c6dc8372f7f640d566f975da8cc791675875 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 29 Mar 2022 21:48:17 +0200 Subject: [PATCH] iio: Remove left-over debug --- src/iio-buffer-utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iio-buffer-utils.c b/src/iio-buffer-utils.c index b198efb..2e6fb97 100644 --- a/src/iio-buffer-utils.c +++ b/src/iio-buffer-utils.c @@ -417,7 +417,6 @@ _write_sysfs_string (const char *filename, g_clear_pointer (&sysfsfp, fclose); if (!g_file_get_contents (temp, &contents, NULL, NULL) || g_strcmp0 (contents, val) != 0) { - g_message ("WTA"); g_warning ("Possible failure in string write of '%s' Should be '%s' written to %s\n", contents ?: "(null)", val, temp); return -1;