mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove unused instance variable
Signed-off-by: Jessica Lord <jlord@github.com>
This commit is contained in:
committed by
Jessica Lord
parent
c732ae8774
commit
ce02c74b76
@@ -165,7 +165,6 @@ class Project extends Model
|
||||
setPaths: (projectPaths) ->
|
||||
[projectPath] = projectPaths
|
||||
projectPath = path.normalize(projectPath) if projectPath
|
||||
@path = projectPath
|
||||
@rootDirectory?.off()
|
||||
|
||||
@destroyRepo()
|
||||
|
||||
Reference in New Issue
Block a user