From 777f70f24face658574a41811095bf9f4bd516f9 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Tue, 25 Nov 2008 18:11:49 +0100 Subject: [PATCH] Remove leftover comment --- PBGitGrapher.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/PBGitGrapher.mm b/PBGitGrapher.mm index 04525c7..087caa3 100644 --- a/PBGitGrapher.mm +++ b/PBGitGrapher.mm @@ -130,7 +130,6 @@ void add_line(struct PBGitGraphLine *lines, int *nLines, int upper, int from, in previous = [[PBGraphCellInfo alloc] initWithPosition:newPos andLines:lines]; if (currentLine > maxLines) NSLog(@"Number of lines: %i vs allocated: %i", currentLine, maxLines); - //NSLog(@"Number of parents: %i, number of previous: %i, new lines: %i", commit.nParents, previousLanes->size(), currentLine); previous.nLines = currentLine; previous.sign = commit.sign;