Skip to content

Commit 048f0e2

Browse files
refactor(dependencies): remove debug print statement
- Removed unnecessary print statement from inject_dependencies function - This change simplifies the code and removes debugging output from production
1 parent 0b94a1f commit 048f0e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nexios/dependencies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ async def wrapped(*args: List[Any], **kwargs: Dict[str, Any]) -> Any:
130130
dep_kwargs = {}
131131

132132
# Pass context to dependencies if they accept it
133-
print(dep_sig.parameters)
134133

135134
# Pass context to dependencies if they have a parameter with Context default
136135
for dep_param in dep_sig.parameters.values():

0 commit comments

Comments
 (0)