diff options
author | anekos | 2010-04-29 14:54:50 +0000 |
---|---|---|
committer | anekos | 2010-04-29 14:54:50 +0000 |
commit | c6b4100184e33e87324e86ec292db87c43b7e625 (patch) | |
tree | 9c6f09e7e6bfbf895253f62141beebe9734f0764 /auto_source.js | |
parent | 6b0b7e53396b2d6b8a376b9f8fa8584aa1170763 (diff) | |
download | vimperator-plugins-c6b4100184e33e87324e86ec292db87c43b7e625.tar.bz2 |
expandPath 時に ../ のようなものを正規化
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37328 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto_source.js')
-rw-r--r-- | auto_source.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; |