Remove unused instance variable

Signed-off-by: Jessica Lord <jlord@github.com>
This commit is contained in:
Max Brunsfeld
2015-02-12 20:37:40 -08:00
committed by Jessica Lord
parent c732ae8774
commit ce02c74b76

View File

@@ -165,7 +165,6 @@ class Project extends Model
setPaths: (projectPaths) ->
[projectPath] = projectPaths
projectPath = path.normalize(projectPath) if projectPath
@path = projectPath
@rootDirectory?.off()
@destroyRepo()