]> Nishi Git Mirror - gwion.git/commitdiff
Revert ":wrench: investigate travis linux clang"
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 13:16:37 +0000 (15:16 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 13:16:37 +0000 (15:16 +0200)
This reverts commit a08fa061321ec3997e93e18ec4e6fdc33058ed3a.

src/parse/check.c

index 22719ec2a73650fb89b7aceb3311b66b35fda35c..f9bbc6f78e0dc1e87f9c08e7048d784ddd773f11 100644 (file)
@@ -40,7 +40,6 @@ ANN static m_bool check_implicit(const Env env, const m_str str,
 
 ANN m_bool check_exp_array_subscripts(Env env, Exp e) {
   CHECK_OB(check_exp(env, e))
-printf("\033[1mDEBUG \033[31m%p\033[0m\n", env->gwion->type[et_int]);
   do CHECK_BB(check_implicit(env, "@access", e, env->gwion->type[et_int]))
   while((e = e->next));
   return GW_OK;