Remove unused code segment

This commit is contained in:
Thomas Rientjes
2018-01-08 00:00:01 -03:00
parent cd0c06c5bc
commit 440def810d

View File

@@ -90,10 +90,6 @@ main._showReleaseNotes = function (details) {
chrome.runtime.onInstalled.addListener(main._showReleaseNotes);
main._initializeOptions();
chrome.runtime.getPlatformInfo(function (information) {
main.operatingSystem = information.os;
});
wrappers.setBadgeBackgroundColor({
'color': [74, 130, 108, 255]
});