Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
Signed-off-by: Ringo De Smet <[email protected]>
  • Loading branch information
ringods committed Apr 25, 2021
1 parent b1eb4ca commit e3b96a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/out/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"encoding/json"
"fmt"
"log"
"os"

Expand All @@ -12,12 +11,6 @@ import (
)

func main() {
currentWorkingDirectory, err := os.Getwd()
if err != nil {
log.Fatal(err)
}
fmt.Fprintf(os.Stderr, "Current working directory: %s", currentWorkingDirectory)

req := models.OutRequest{}
if err := json.NewDecoder(os.Stdin).Decode(&req); err != nil {
log.Fatalf("Failed to read OutRequest: %s", err)
Expand Down

0 comments on commit e3b96a6

Please sign in to comment.