summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-12-02 12:08:11 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-12-02 15:54:14 +0100
commit1abc9f4644249436d4439b9033544a0309db5289 (patch)
tree13dc9aba1390c5570140df532d6ad686253a7d3e
parentc676a707ecce8d1f0c7b7831db45133642620015 (diff)
downloadcrocoite-1abc9f4644249436d4439b9033544a0309db5289.tar.gz
crocoite-1abc9f4644249436d4439b9033544a0309db5289.tar.bz2
crocoite-1abc9f4644249436d4439b9033544a0309db5289.zip
behavior: Remove outdated comment
-rw-r--r--crocoite/behavior.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/crocoite/behavior.py b/crocoite/behavior.py
index 36f51fa..38bafd8 100644
--- a/crocoite/behavior.py
+++ b/crocoite/behavior.py
@@ -203,9 +203,6 @@ class DomSnapshot (Behavior):
We could use DOMSnapshot.getSnapshot here, but the API is not stable
yet. Also computed styles are not really necessary here.
-
- XXX: Currently writes a response, when it should use “resource”. pywb
- can’t handle that though.
"""
__slots__ = ('script', )