Minor fixes/cleanup

This commit is contained in:
Calvin Montgomery 2016-08-15 21:09:43 -07:00
parent 4feee02e33
commit ba9fbea1a1
4 changed files with 4 additions and 8 deletions

View file

@ -11,10 +11,6 @@
// ==/UserScript==
(function () {
if (!unsafeWindow.enableCyTubeGoogleDriveUserscript) {
return;
}
function debug(message) {
if (!unsafeWindow.enableCyTubeGoogleDriveUserscriptDebug) {
return;
@ -152,4 +148,5 @@
unsafeWindow.GoogleDrivePlayer = GoogleDrivePlayer;
unsafeWindow.console.log('Initialized userscript Google Drive player');
unsafeWindow.hasDriveUserscript = true;
})();