Better goal tree and hint and solution. Fixes Issue #37

This commit is contained in:
Peter Cottle 2013-02-18 13:24:08 -08:00
parent bf6432b286
commit c90444fe1e
9 changed files with 18 additions and 24 deletions

View file

@ -94,7 +94,6 @@ var GitDemonstrationView = ContainedBase.extend({
if (!this.options.beforeCommand) {
return;
}
console.log('doing before command');
// here we just split the command and push them through to the git engine
util.splitTextCommand(this.options.beforeCommand, function(commandStr) {