From 1b37774e058b9fb308af1bcf2186a117625a26a3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 12 Sep 2021 22:33:06 -0400 Subject: [PATCH] chore: drop extra print in readme generator --- bin/generate | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/generate b/bin/generate index d9da838..82bdfc5 100755 --- a/bin/generate +++ b/bin/generate @@ -509,11 +509,9 @@ def main(): with open("config") as f: for line in f.readlines(): if f"{variable}_CONFIG_OPTIONS" in line: - print(variable) match = re.search('"(.+)"', line) if match is not None: options = match.group(1) - print(options) sponsors = [] with open("plugin.toml") as f: