summaryrefslogtreecommitdiff
path: root/src/interface/SaveButton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/SaveButton.cpp')
-rw-r--r--src/interface/SaveButton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface/SaveButton.cpp b/src/interface/SaveButton.cpp
index 38fb974..877dfda 100644
--- a/src/interface/SaveButton.cpp
+++ b/src/interface/SaveButton.cpp
@@ -148,7 +148,6 @@ void SaveButton::OnMouseLeave(int x, int y)
void SaveButton::DoAction()
{
- std::cout << "Do action!" << std::endl;
if(actionCallback)
actionCallback->ActionCallback(this);
}