diff options
author | anekos | 2010-04-03 11:30:48 +0000 |
---|---|---|
committer | anekos | 2010-04-03 11:30:48 +0000 |
commit | 89c55a5a9032adec3e976a6572fec68d2a26e72c (patch) | |
tree | b88bfbf20609793dcbfd8b343fb58b55236bd371 /stella.js | |
parent | 0c06e6b688efaa14c360edcc4f30bfd54a0afcc1 (diff) | |
download | vimperator-plugins-89c55a5a9032adec3e976a6572fec68d2a26e72c.tar.bz2 |
デバッグ用コード削除
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37146 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 { |