Disable debuging info sent to console on snapshot builds

I’m getting pages and pages of debug / console output with the snapshot build I’m using. So much so that my program won’t run.

I tried to change the notify level in config.prc, but that doesn’t do anything. I haven’t found anything in the forums or docs either.

got 8 monotone polygons
triangulate_single_polygon(14, 4, 2)
 v = 14 ri = 1 rc = 2 _result = 0
 v = 14 ri = 0 rc = 1 _result = 0
 v = 12 ri = 1 rc = 2 _result = 0
 v = 12 ri = 0 rc = 1 _result = 0
 v = 8 ri = 1 rc = 2 _result = 0
 v = 8 ri = 0 rc = 1 _result = 0

Uh oh, looks like I accidentally committed some debug output. I’ll take it out. But this will only be generated if you use a polygonal or line-based font instead of a texture font.

David