diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-12-02 12:08:11 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-12-02 15:54:14 +0100 |
commit | 1abc9f4644249436d4439b9033544a0309db5289 (patch) | |
tree | 13dc9aba1390c5570140df532d6ad686253a7d3e | |
parent | c676a707ecce8d1f0c7b7831db45133642620015 (diff) | |
download | crocoite-1abc9f4644249436d4439b9033544a0309db5289.tar.gz crocoite-1abc9f4644249436d4439b9033544a0309db5289.tar.bz2 crocoite-1abc9f4644249436d4439b9033544a0309db5289.zip |
behavior: Remove outdated comment
-rw-r--r-- | crocoite/behavior.py | 3 |
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', ) |