remove debug msg

This commit is contained in:
niels
2015-12-11 20:31:48 +01:00
parent 5f705e4b47
commit d2359f9a02

View File

@@ -2017,7 +2017,6 @@ int vj_tag_chain_malloc(int t1)
sum ++; sum ++;
} }
} }
veejay_msg(VEEJAY_MSG_DEBUG, "Allocated %d effects",sum);
return sum; return sum;
} }