From 0bb7e13430e86f87228997ebe7ed043d1abe7977 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 2 Aug 2010 16:07:06 +0000 Subject: でばっご削除 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38137 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator/reply-popup-alert.tw | 2 -- 1 file changed, 2 deletions(-) (limited to 'twittperator/reply-popup-alert.tw') 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); } -- cgit v1.2.3