Skip to content

Commit

Permalink
Removing some print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
David Thompson committed Sep 5, 2019
1 parent 26d2207 commit d58feac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion headers/ClickableLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class ClickableLabel : public QLabel {

protected:
virtual void mouseReleaseEvent(QMouseEvent* event) {
std::cout << "eat pant\n";
emit released();
}

Expand Down
1 change: 0 additions & 1 deletion src/TaskWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ TaskWidget::TaskWidget(Task * task, QWidget * parent):

void TaskWidget::update_text() {

std::cout << "Update called\n";
std::string new_text = "";
std::string new_date_text = "";

Expand Down

0 comments on commit d58feac

Please sign in to comment.