From 261d250f50b17117e99ab8b4b6ac7dfd35371386 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Wed, 24 Oct 2018 13:58:30 +0200 Subject: Finished Interface Framing --- main.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index eda3469..7bf5418 100644 --- a/main.go +++ b/main.go @@ -97,9 +97,10 @@ func title(frame bool) { // the state of Laboravi immediately. func stdOut() { - showLastProject() - getClosedTasks(0) - showOpenTask() + //showLastProject() + //getClosedTasks(0) + //showOpenTask() + showStatus(false) } func main() { -- cgit v1.2.3