Remove unused main.js theme file

This commit is contained in:
Chocobozzz 2019-07-17 14:45:58 +02:00
parent 429d7af3e5
commit a867542d87
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -1,23 +0,0 @@
function register ({ registerHook }) {
registerHook({
target: 'action:application.listening',
handler: displayHelloWorld
})
displayHelloWorld()
}
async function unregister () {
return
}
module.exports = {
register,
unregister
}
// ############################################################################
function displayHelloWorld () {
console.log('hello world peertube')
}