diff --git a/test/utils/test-helpers.js b/test/utils/test-helpers.js index f80b526..f84adaa 100644 --- a/test/utils/test-helpers.js +++ b/test/utils/test-helpers.js @@ -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); diff --git a/webpack.config.js b/webpack.config.js index 9668708..d91a63e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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,