do not emit fake activation event
cloudron is simply initialized the first thing
This commit is contained in:
@@ -122,8 +122,6 @@ function initialize(callback) {
|
||||
|
||||
gIsActivated = count !== 0;
|
||||
|
||||
if (gIsActivated) exports.events.emit(exports.EVENT_ACTIVATED);
|
||||
|
||||
callback(null);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user