oublie ligne de debug

This commit is contained in:
gwojda 2017-02-19 12:58:59 +01:00
parent 923ffa1ea0
commit f05172b9e1

View file

@ -6,7 +6,7 @@
/* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */ /* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2017/02/18 11:32:18 by gwojda #+# #+# */ /* Created: 2017/02/18 11:32:18 by gwojda #+# #+# */
/* Updated: 2017/02/19 12:01:37 by gwojda ### ########.fr */ /* Updated: 2017/02/19 12:58:47 by gwojda ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -30,6 +30,5 @@ int ft_hash_str(char *str)
id *= -1; id *= -1;
id = id % MAX_HASH; id = id % MAX_HASH;
} }
ft_printf("id = %d\n", id);
return (id); return (id);
} }