Remove stray comments from command aliases.

This commit is contained in:
mbrookes
2015-11-03 10:53:05 +00:00
parent b64428e24b
commit 2c500fe81f

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,