do not emit fake activation event

cloudron is simply initialized the first thing
This commit is contained in:
Girish Ramakrishnan
2015-10-29 10:14:51 -07:00
parent 8cff4f4ff1
commit 61d4509a8e
-2
View File
@@ -122,8 +122,6 @@ function initialize(callback) {
gIsActivated = count !== 0;
if (gIsActivated) exports.events.emit(exports.EVENT_ACTIVATED);
callback(null);
});
}