]> Nishi Git Mirror - gwion.git/commitdiff
:shirt: Remove debug print
authorfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 17 Jun 2019 15:19:38 +0000 (17:19 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 17 Jun 2019 15:19:38 +0000 (17:19 +0200)
src/parse/scan1.c

index 834b14d4ecc7c3a77a3308f61b246efaf2f3df72..52b94a71aaabf8dc432d822abc6a476ef1d07d79 100644 (file)
@@ -37,7 +37,6 @@ ANN static inline void contains(const Type base, const Type t) {
 ANN static inline void type_contains(const Type base, const Type t) {
     if(!base->e->contains.ptr)
       vector_init(&base->e->contains);
-printf("%s =>  %s\n", t->name, base->name);
     contains(base, t);
 }