From f1b2eef6cacd345c49259a1d1e18aa1c600b1bba Mon Sep 17 00:00:00 2001 From: ozhozh Date: Thu, 1 Jul 2010 21:51:10 +0000 Subject: [PATCH] Removed unwanted console.log() git-svn-id: http://yourls.googlecode.com/svn/trunk@454 12232710-3e20-11de-b438-597f59cd7555 --- js/share.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/share.js b/js/share.js index 4744d08..29950c1 100644 --- a/js/share.js +++ b/js/share.js @@ -14,7 +14,6 @@ $(document).ready(function(){ function update_share() { var text = encodeURI( $('#tweet_body').val() ); - console.log( text ); var url = encodeURI( $('#copylink').val() ); var tw = 'http://twitter.com/home?status='+text; var ff = 'http://friendfeed.com/share/bookmarklet/frame#title='+text ; -- 2.45.0