remove debugging info

This commit is contained in:
2020-03-18 17:48:11 -04:00
parent c7c59e08d5
commit 702bacf463

View File

@@ -324,8 +324,6 @@ int main(int argc, char *argv[]) {
glClear(GL_COLOR_BUFFER_BIT);
glfwSwapBuffers(window);
std::cout << utilInfo();
std::string config_file = "presets/default.yaml";
if (argc > 1) config_file = std::string(argv[1]);