iio: Remove left-over debug
This commit is contained in:
@@ -417,7 +417,6 @@ _write_sysfs_string (const char *filename,
|
|||||||
g_clear_pointer (&sysfsfp, fclose);
|
g_clear_pointer (&sysfsfp, fclose);
|
||||||
if (!g_file_get_contents (temp, &contents, NULL, NULL) ||
|
if (!g_file_get_contents (temp, &contents, NULL, NULL) ||
|
||||||
g_strcmp0 (contents, val) != 0) {
|
g_strcmp0 (contents, val) != 0) {
|
||||||
g_message ("WTA");
|
|
||||||
g_warning ("Possible failure in string write of '%s' Should be '%s' written to %s\n",
|
g_warning ("Possible failure in string write of '%s' Should be '%s' written to %s\n",
|
||||||
contents ?: "(null)", val, temp);
|
contents ?: "(null)", val, temp);
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user