Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d2c82a

Browse filesBrowse files
committed
fix: remove debug code
1 parent 9d30d64 commit 7d2c82a
Copy full SHA for 7d2c82a

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎src/dotenv/variables.py

Copy file name to clipboardExpand all lines: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.