challenge effects
[carveJwlIkooP6JGAAIwe30JlM.git] / font.h
diff --git a/font.h b/font.h
index 76e63c85bb11d16f970375253452073875d9d9ea..4361e934795fc881bc71e886d86139bb013a66a7 100644 (file)
--- a/font.h
+++ b/font.h
@@ -169,13 +169,6 @@ void font3d_begin( const char *text,
       shader_model_font_uMdl( transform );
    }
    else if( render->shader == k_font_shader_world ){
-
-
-      vg_info( "-----\n" );
-      for( int i=0; i<4; i++ ){
-         vg_info( PRINTF_v4f( prev_mtx[i] ) );
-      }
-
       shader_scene_font_uPvmPrev( prev_mtx );
       shader_scene_font_uMdl( transform );
    }