Skip to content

Commit 7d2c82a

Browse files
committed
fix: remove debug code
1 parent 9d30d64 commit 7d2c82a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/dotenv/variables.py

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def parse_variables(value: str) -> Iterator[Atom]:
9292
end = i
9393
cursor = i+1
9494
if len(starts) == 0:
95-
print(value[start:end])
9695
for match in _variable_re.finditer(value[start:end]):
9796
name = match.groupdict()["name"]
9897
default = match.groupdict()["default"]

0 commit comments

Comments
 (0)