aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
authoranekos2010-04-03 11:30:48 +0000
committeranekos2010-04-03 11:30:48 +0000
commit89c55a5a9032adec3e976a6572fec68d2a26e72c (patch)
treeb88bfbf20609793dcbfd8b343fb58b55236bd371 /stella.js
parent0c06e6b688efaa14c360edcc4f30bfd54a0afcc1 (diff)
downloadvimperator-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.js5
1 files changed, 0 insertions, 5 deletions
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 {