1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 05:54:13 +01:00

don't echo an error message if no plugin directory is found

This commit is contained in:
Doug Kearns
2007-08-14 15:23:07 +00:00
parent 0d81e13533
commit 96b3fe093a

View File

@@ -597,8 +597,7 @@ const vimperator = (function() //{{{
catch(e)
{
// thrown if directory does not exist
vimperator.echoerr(e);
vimperator.log(e);
//vimperator.log("Error sourcing plugin directory: " + e);
}
}, 50);