removed extraneous yup, closes #623

pull/627/head
Justin Richer 2014-06-26 11:51:23 -04:00
parent 0e02a4c7ca
commit 683776e031
1 changed files with 0 additions and 1 deletions

View File

@ -595,7 +595,6 @@ var AppRouter = Backbone.Router.extend({
var view = new ClientFormView({model:client, systemScopeList: app.systemScopeList});
view.load(function() {
console.log("yup!");
$('#content').html(view.render().el);
setPageTitle("Edit Client");
});