[lxc-devel] [lxd/master] tests: get rid of commented out code

tych0 on Github lxc-bot at linuxcontainers.org
Wed Feb 24 14:46:44 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 447 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160224/02aef340/attachment.bin>
-------------- next part --------------
From b4aa90acd2de296a5941b0eb4b475ef6c32a7629 Mon Sep 17 00:00:00 2001
From: Tycho Andersen <tycho.andersen at canonical.com>
Date: Wed, 24 Feb 2016 07:45:36 -0700
Subject: [PATCH] tests: get rid of commented out code

Rather than go through another reivew cycle, here's my only comment for
PR #1641.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 shared/util_test.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shared/util_test.go b/shared/util_test.go
index ef0209a..33e12b7 100644
--- a/shared/util_test.go
+++ b/shared/util_test.go
@@ -91,7 +91,6 @@ func TestReadLastNLines(t *testing.T) {
 		t.Error(err)
 		return
 	}
-	// fmt.Println(lines)
 
 	split = strings.Split(lines, "\n")
 	for i := 0; i < 100; i++ {


More information about the lxc-devel mailing list