aboutsummaryrefslogtreecommitdiffstats
path: root/src/tagTracker.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tagTracker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tagTracker.c b/src/tagTracker.c
index b3e7b3be0..5e2b222c7 100644
--- a/src/tagTracker.c
+++ b/src/tagTracker.c
@@ -27,7 +27,6 @@ char * getTagItemString(int type, char * string) {
if((node = findNodeInList(tagLists[type], string))) {
(*((int *)node->data))++;
- printf("%s: %i\n", string, *((int *)node->data));
}
else {
int * intPtr = malloc(sizeof(int));