Skip to content

Commit

Permalink
do not create settings template on new project creation
Browse files Browse the repository at this point in the history
  • Loading branch information
gdowens committed Jul 1, 2016
1 parent 0513015 commit 74f4410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/src/handlers/projectHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class ProjectHandler {
respond(onSuccess(CREATE_NEW_PROJECT))
bridge.send(setProject(payload.path, payload.tmp))
this._createTemplateFolder()
this.createProjectSettingsTemplate(payload.path)
})
unsavedMap = {}
}
Expand Down

0 comments on commit 74f4410

Please sign in to comment.