From 55ef26a2fa426ffffa2fdb272c32ecbd7633ea4b Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 8 Feb 2011 11:44:25 +0100 Subject: [PATCH] Remove debug code --- social_wok.user.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/social_wok.user.js b/social_wok.user.js index 9a5f8ac..9b399d6 100644 --- a/social_wok.user.js +++ b/social_wok.user.js @@ -384,9 +384,6 @@ var social = function() { var url = unsafeWindow.social.permalink[linkidx]; var count = 0; for (var link in data) { - if (opera && opera.postError) { - opera.postError("link: " + link + ", datum: " + data[link]); - } count += data[link]; } if (count == 0) -- 2.32.0.93.g670b81a890