mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Oops, remove debug printf().
This commit is contained in:
parent
344fa8498d
commit
41e46ffe41
@ -3072,7 +3072,6 @@ static int extract_variable_text_internal(struct text_object *retval, const char
|
|||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
remove_comments(s);
|
remove_comments(s);
|
||||||
printf("'%s'\n", s);
|
|
||||||
obj = create_plain_text(s);
|
obj = create_plain_text(s);
|
||||||
if (obj != NULL) {
|
if (obj != NULL) {
|
||||||
append_object(retval, obj);
|
append_object(retval, obj);
|
||||||
|
Loading…
Reference in New Issue
Block a user