Skip to content

Commit 202c434

Browse files
committed
Cleanup.
1 parent 7412715 commit 202c434

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

source/MaterialXGraphEditor/Graph.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,8 +3316,6 @@ void Graph::graphButtons()
33163316

33173317
// Split window into panes for NodeEditor
33183318
splitter(true, 4.0f, &_leftPaneWidth, &_rightPaneWidth, 20.0f, 20.0f);
3319-
//std::cout << "Left pane width: " << _leftPaneWidth << std::endl;
3320-
//std::cout << "Right pane width: " << _rightPaneWidth << std::endl;
33213319

33223320
// Create back button and graph hierarchy name display
33233321
ImGui::Indent(_leftPaneWidth + _nodeEditorIndent);
@@ -4157,16 +4155,10 @@ void Graph::drawGraph(ImVec2 mousePos)
41574155
// Capture entire window if SHIFT, otherwise capture node editor
41584156
bool captureWindow = io2.KeyShift;
41594157
_capturedImage = performSnapshot(captureWindow);
4160-
//std::string filename = "graph_capture.png";
41614158
if (_capturedImage)
41624159
{
4163-
//std::cout << "Frame saved to: " << filename << std::endl;
41644160
showSnapshotDialog();
41654161
}
4166-
//else
4167-
//{
4168-
// std::cout << "Failed to write frame to disk: " << filename << std::endl;
4169-
//}
41704162
}
41714163

41724164
graphButtons();

0 commit comments

Comments
 (0)