From c08ec307ea5f45b320bd4b738df3cb85a937d239 Mon Sep 17 00:00:00 2001
From: Mathieu L Bouchard <matju@artengine.ca>
Date: Sat, 2 Aug 2014 00:20:40 -0400
Subject: [PATCH] revert stuff that shouldn't have been committed.

---
 pd/src/g_scalar.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pd/src/g_scalar.c b/pd/src/g_scalar.c
index 228b2ab10..c49a8d29c 100644
--- a/pd/src/g_scalar.c
+++ b/pd/src/g_scalar.c
@@ -139,7 +139,6 @@ int template_hasxy(t_template *template)
 
 int template_cancreate(t_template *template)
 {
-	//return 1;
     int i, type, nitems = template->t_n;
     t_dataslot *datatypes = template->t_vec;
     t_template *elemtemplate;
@@ -176,7 +175,6 @@ t_scalar *scalar_new(t_glist *owner, t_symbol *templatesym)
     }
     if (!template_cancreate(template))
         return (0);
-    post("ALLÔ");
     x = (t_scalar *)getbytes(sizeof(t_scalar) +
         (template->t_n - 1) * sizeof(*x->sc_vec));
     x->sc_gobj.g_pd = scalar_class;
-- 
GitLab