From 92c44129efc353be1206664fb534a19027d6f087 Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Thu, 8 Nov 2012 16:06:16 -0600 Subject: [PATCH] Removed devel flag from update command --- lib/cmds/update.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/cmds/update.js b/lib/cmds/update.js index 4796446..db1ac16 100644 --- a/lib/cmds/update.js +++ b/lib/cmds/update.js @@ -32,10 +32,6 @@ mods = { log.bail('command is not valid in yui repo'); } - if (!config.get('devel')) { - log.bail('do not use this command yet, I\'m serious, things will really break for you!'); - } - var self = this, root = git.findRoot(process.cwd()), module = util.findModule(true);