Skip to content

Commit

Permalink
Remove extraneous code
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerpedjiev committed Dec 23, 2024
1 parent 1a4f15b commit de051ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions test/utils/test-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export const mountHGComponent = (prevDiv, prevHgc, viewConf, done, options) => {
(options && options.style) || 'width:800px; background-color: lightgreen;';
const bounded = (options && options.bounded) || false;

console.log('options', options, 'style:', style);

const div = global.document.createElement('div');
global.document.body.appendChild(div);

Expand Down
5 changes: 0 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ module.exports = {
publicPath: '/',
},
devtool: process.env.NODE_ENV === 'production' ? false : 'cheap-source-map',
// devServer: {
// contentBase: [path.join(__dirname, 'node_modules/higlass/dist')],
// publicPath: '/',
// watchContentBase: true,
// },
devServer: {
static: [path.resolve(__dirname, 'src')],
historyApiFallback: true,
Expand Down

0 comments on commit de051ea

Please sign in to comment.