diff options
author | anekos | 2010-11-20 00:01:09 +0900 |
---|---|---|
committer | anekos | 2010-11-20 00:01:09 +0900 |
commit | 51cc8ca41c76a74a1c1d42b132300701c991fa0d (patch) | |
tree | 7ddf1666001b37e183c70b99ac5e69bedc8162e3 /twittperator.js | |
parent | 94763908eec6f7f5b4b281f5fd282563d0c6e116 (diff) | |
download | vimperator-plugins-51cc8ca41c76a74a1c1d42b132300701c991fa0d.tar.bz2 |
Collect garbage
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 62f7517..34fe3d6 100644 --- a/twittperator.js +++ b/twittperator.js @@ -1722,7 +1722,6 @@ let PLUGIN_INFO = }, <table/>) .toSource().replace(/(?:\r\n|[\r\n])[ \t]*/g, " "); - //liberator.log(html); liberator.echo(html, true); }, // }}} showTwitterMentions: function(arg) { // {{{ |