Browse Source

clean code

Yuki Takei 7 years ago
parent
commit
4ad1d1af2c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/client/js/services/AppContainer.js

+ 0 - 2
src/client/js/services/AppContainer.js

@@ -45,8 +45,6 @@ export default class AppContainer extends Container {
     this.users = [];
     this.userByName = {};
     this.userById = {};
-    this.draft = {};
-
     this.recoverData();
 
     this.containerInstances = {};