mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
remove obsolete logging
This commit is contained in:
@@ -8,9 +8,8 @@ function init() {
|
||||
init();
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
console.log('for real now');
|
||||
console.log('What are ya looking at?');
|
||||
} else {
|
||||
// use preact's devtools
|
||||
require('preact/devtools');
|
||||
// listen for HMR
|
||||
if (module.hot) {
|
||||
|
||||
Reference in New Issue
Block a user