Remove unused repoUrl property

This commit is contained in:
Kevin Sawicki
2013-11-14 12:20:41 -08:00
parent 6432cda691
commit 8b17b7eca9

View File

@@ -81,9 +81,6 @@ class Project extends Model
else
@rootDirectory = null
if originUrl = @repo?.getOriginUrl()
@state.set('repoUrl', originUrl)
@emit "path-changed"
# Public: Returns the name of the root directory.