chore: drop extra print in readme generator

This commit is contained in:
Jose Diaz-Gonzalez
2021-09-12 22:33:06 -04:00
parent c1e3d75820
commit d5bacd10e4

View File

@@ -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: