Remove invalid event

This commit is contained in:
Girish Ramakrishnan
2017-01-07 14:28:33 -08:00
parent 3f3b97dc16
commit 72d58f48e4

View File

@@ -138,7 +138,6 @@ function uninitialize(callback) {
assert.strictEqual(typeof callback, 'function');
exports.events.removeListener(exports.EVENT_CONFIGURED, addDnsRecords);
exports.events.removeListener(exports.EVENT_FIRST_RUN, installAppBundle);
callback(null);
}