Skip to content

Commit b0e17dc

Browse files
committed
Removed old debug prints
1 parent b893cce commit b0e17dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/labthings/server/view/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ def dispatch_request(self, *args, **kwargs):
9999
meth = use_args(self.get_args())(meth)
100100

101101
# Marhal response if a response schema is defined
102-
print("")
103-
print(meth)
104-
print(request.method)
105-
print(self.marshal_methods)
106-
print(request.method in self.marshal_methods)
107-
print(self.get_schema())
108102
if (
109103
request.method in self.marshal_methods
110104
and self.get_schema()

0 commit comments

Comments
 (0)