We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d30d64 commit 7d2c82aCopy full SHA for 7d2c82a
src/dotenv/variables.py
@@ -92,7 +92,6 @@ def parse_variables(value: str) -> Iterator[Atom]:
92
end = i
93
cursor = i+1
94
if len(starts) == 0:
95
- print(value[start:end])
96
for match in _variable_re.finditer(value[start:end]):
97
name = match.groupdict()["name"]
98
default = match.groupdict()["default"]
0 commit comments