mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
remove debugging info
This commit is contained in:
@@ -324,8 +324,6 @@ int main(int argc, char *argv[]) {
|
|||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
glfwSwapBuffers(window);
|
glfwSwapBuffers(window);
|
||||||
|
|
||||||
std::cout << utilInfo();
|
|
||||||
|
|
||||||
std::string config_file = "presets/default.yaml";
|
std::string config_file = "presets/default.yaml";
|
||||||
if (argc > 1) config_file = std::string(argv[1]);
|
if (argc > 1) config_file = std::string(argv[1]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user