Removed NSLog(@"Names %@", [g_library functionNames]); debug call from src/native/macosx/MacMiniFB.m (#156)

This commit is contained in:
phillvancejr 2020-03-31 10:24:21 -04:00 committed by GitHub
parent 880e8db6df
commit 3d5ae73135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,8 +114,6 @@ static bool create_shaders() {
return false; return false;
} }
NSLog(@"Names %@", [g_library functionNames]);
g_library = library; g_library = library;
id<MTLFunction> vertex_shader_func = [g_library newFunctionWithName:@"vertFunc"]; id<MTLFunction> vertex_shader_func = [g_library newFunctionWithName:@"vertFunc"];