Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Apr 6, 2024
1 parent cc72c7b commit 89efd76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const name = 'config';
const { info, error } = require('./log.js')(name);
const isomorphic = require('./isomorphic.js');

console.log(is.prod, is.userData, root);

const location = process.env['RAW_VIEWER_CONFIG_PATH'] || path.resolve(is.prod ? is.appData : root, '.raw-viewer-config.json');

let operation;
Expand Down

0 comments on commit 89efd76

Please sign in to comment.