Merge pull request #5597 from mbrookes/command-aliases

Remove stray comments from command aliases.
This commit is contained in:
Evan You
2015-11-03 17:03:36 -05:00

View File

@@ -3,7 +3,7 @@ var catalog = require('../packaging/catalog/catalog.js');
var Console = require('../console/console.js').Console;
///////////////////////////////////////////////////////////////////////////////
// command reminders for those more familiar with Rails
// Command reminders for those more familiar with Rails
///////////////////////////////////////////////////////////////////////////////
main.registerCommand({
@@ -30,7 +30,6 @@ main.registerCommand({
throw new main.ExitWithCode(1);
});
// Convenience reminder for Rails refugees. :)
main.registerCommand({
name: 'new',
maxArgs: Infinity,
@@ -43,7 +42,6 @@ main.registerCommand({
throw new main.ExitWithCode(1);
});
// Convenience reminder for Rails refugees. :)
main.registerCommand({
name: 'dbconsole',
maxArgs: Infinity,