From 89c55a5a9032adec3e976a6572fec68d2a26e72c Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 3 Apr 2010 11:30:48 +0000 Subject: デバッグ用コード削除 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37146 d0d07461-0603-4401-acd4-de1884942a52 --- stella.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stella.js') diff --git a/stella.js b/stella.js index 2964585..7077749 100644 --- a/stella.js +++ b/stella.js @@ -1893,10 +1893,6 @@ Thanks: timerHandle = setTimeout( U.bindr(this, function () { this.player.currentTime = this.__currentTimeTo; - liberator.log({ - pl: this.player.currentTime, - to: this.__currentTimeTo - }) delete this.__currentTimeTo; }), 1000 @@ -2012,7 +2008,6 @@ Thanks: // すでにインストール済みの場合は、一度ファイナライズする // (デバッグ時に前のパネルが残ってしまうため) if (estella) { - liberator.log(estella) estella.finalize(); install(); } else { -- cgit v1.2.3