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;