From 6b0b7e53396b2d6b8a376b9f8fa8584aa1170763 Mon Sep 17 00:00:00 2001
From: anekos
Date: Mon, 26 Apr 2010 05:25:30 +0000
Subject: remove debug code
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37279 d0d07461-0603-4401-acd4-de1884942a52
---
auto_source.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'auto_source.js')
diff --git a/auto_source.js b/auto_source.js
index 8dccbda..eaa42e8 100644
--- a/auto_source.js
+++ b/auto_source.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
Auto Source
Sourcing automatically when the specified file is modified.
指定のファイルが変更されたら自動で :so する。
- 1.5.2
+ 1.5.3
anekos
2.3
2.3
@@ -67,7 +67,7 @@ let PLUGIN_INFO =
]]>
;
let INFO =
-
@@ -139,7 +139,6 @@ let INFO =
let ctx = liberator.plugins.contexts[filepath];
liberator.log(filepath);
if (ctx) {
- liberator.log(ctx.NAME);
if (typeof liberator.plugins[ctx.NAME] === 'undefined')
liberator.plugins[ctx.NAME] = ctx;
} else {
--
cgit v1.2.3