aboutsummaryrefslogtreecommitdiff
path: root/02/part1.c
diff options
context:
space:
mode:
Diffstat (limited to '02/part1.c')
-rw-r--r--02/part1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/02/part1.c b/02/part1.c
index 6d08d4b..ad6531d 100644
--- a/02/part1.c
+++ b/02/part1.c
@@ -143,8 +143,6 @@ static int is_invalid_id(long num) {
int main() {
StrPairVector spv = parse();
- StrPairVector_show(spv, stdout);
- putchar('\n');
StrPair * iter = StrPairVector_begin(&spv);
int64_t sum = 0;
for (; iter != StrPairVector_end(&spv); iter++) {