diff options
author | anekos | 2010-08-02 16:07:06 +0000 |
---|---|---|
committer | anekos | 2010-08-02 16:07:06 +0000 |
commit | 0bb7e13430e86f87228997ebe7ed043d1abe7977 (patch) | |
tree | 4882e166d15dfe9e7f54ff234bee4d737b0296de /twittperator | |
parent | b13bffb9724b7bd7f293a1dd4752ee22699276cb (diff) | |
download | vimperator-plugins-0bb7e13430e86f87228997ebe7ed043d1abe7977.tar.bz2 |
でばっご削除
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38137 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator')
-rwxr-xr-x | twittperator/reply-popup-alert.tw | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/twittperator/reply-popup-alert.tw b/twittperator/reply-popup-alert.tw index c742356..c01b288 100755 --- a/twittperator/reply-popup-alert.tw +++ b/twittperator/reply-popup-alert.tw @@ -20,8 +20,6 @@ plugins.twittperator.ChirpUserStream.addListener( function onMsg (msg, raw) { - if (msg.text && msg.user) - liberator.log(msg.user.screen_name + ' -> ' + msg.in_reply_to_screen_name + ': ' + msg.text); if (msg.text && msg.user && msg.in_reply_to_screen_name === screenName) simplePopupAlert(msg.user.screen_name, msg.text, msg.user.profile_image_url); } |