From 843f1b6ff1c1e16f6e0a5585a8951286a4f6446a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 4 Apr 2020 13:13:53 -0700 Subject: [PATCH] remove stray print --- bin/download-theme | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/download-theme b/bin/download-theme index afbd294..dccb36c 100755 --- a/bin/download-theme +++ b/bin/download-theme @@ -39,7 +39,6 @@ def json_with_comments(s: bytes) -> Any: idx = match.end() match = TOKEN.search(s, idx) - print(bio.getvalue()) bio.seek(0) return json.load(bio)