summaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index 58ed548..39272fd 100644
--- a/map.c
+++ b/map.c
@@ -72,6 +72,6 @@ char *get_value(char *key, string_map map){
head = head->next;
}
- fprintf(stderr, "VALOR NAO ESTA NO HASH TABLE\n");
+ // fprintf(stderr, "VALOR NAO ESTA NO HASH TABLE\n");
return NULL;
}