Skip to content

Commit 083801d

Browse files
classes: remove getRawData() in ProjectData class.
1 parent 641225a commit 083801d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/classes/project-data.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ class ProjectData {
2525
this.projectDataJson.data['generator'] = ProjectData.generator
2626
}
2727

28-
/**
29-
* @returns {Object}
30-
* @description Get the raw data.
31-
*/
32-
getRawData () {
33-
return Object.assign({}, this.projectDataJson)
34-
}
35-
3628
/**
3729
* @returns {number}
3830
* @description Get the project id.

0 commit comments

Comments
 (0)