From 15deec24c8dc7e7b69a4bb59b8866075207c220e Mon Sep 17 00:00:00 2001 From: Abigail Date: Tue, 26 Oct 2021 16:23:32 +0200 Subject: Remove outcommented code --- challenge-136/abigail/go/ch-1.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/challenge-136/abigail/go/ch-1.go b/challenge-136/abigail/go/ch-1.go index afbba43698..edb0536a2d 100644 --- a/challenge-136/abigail/go/ch-1.go +++ b/challenge-136/abigail/go/ch-1.go @@ -10,8 +10,6 @@ package main import ( "fmt" -// "bufio" -// "os" ) // -- cgit