From c6b4100184e33e87324e86ec292db87c43b7e625 Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 29 Apr 2010 14:54:50 +0000 Subject: expandPath 時に ../ のようなものを正規化 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37328 d0d07461-0603-4401-acd4-de1884942a52 --- auto_source.js | 1 - 1 file changed, 1 deletion(-) (limited to 'auto_source.js') diff --git a/auto_source.js b/auto_source.js index eaa42e8..d531e60 100644 --- a/auto_source.js +++ b/auto_source.js @@ -137,7 +137,6 @@ let INFO = io.source(filepath); if (/\.js$/(filepath)) { let ctx = liberator.plugins.contexts[filepath]; - liberator.log(filepath); if (ctx) { if (typeof liberator.plugins[ctx.NAME] === 'undefined') liberator.plugins[ctx.NAME] = ctx; -- cgit v1.2.3