Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Mar 6, 2020
1 parent 866f321 commit a7a091d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webdav/Resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ def UNLOCK(self, REQUEST, RESPONSE):
def manage_DAVget(self):
"""Gets the document source"""
# The default implementation calls PrincipiaSearchSource
print('DAV')
import pdb; pdb.set_trace()
try:
return bytes(self)
except TypeError:
Expand Down

0 comments on commit a7a091d

Please sign in to comment.