iio: Remove left-over debug

This commit is contained in:
Bastien Nocera
2022-03-29 21:48:17 +02:00
parent 7124a42d34
commit 3d67c6dc83

View File

@@ -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;