Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
d98762625 committed Feb 11, 2019
1 parent a7a2fe2 commit 2391e08
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions src/core/Recipe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,8 @@ class Recipe {
log.debug(`[*] Executing recipe of ${this.opList.length} operations, starting at ${startFrom}`);

for (let i = startFrom; i < this.opList.length; i++) {

op = this.opList[i];

log.debug(`[${i}] ${op.name} ${JSON.stringify(op.ingValues)}`);

if (op.disabled) {
log.debug("Operation is disabled, skipping");
continue;
Expand Down
2 changes: 0 additions & 2 deletions src/web/RecipeWaiter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import HTMLOperation from "./HTMLOperation";
import Sortable from "sortablejs";
import Utils from "../core/Utils";

/*eslint no-console: ["off"] */


/**
* Waiter to handle events related to the recipe.
Expand Down
18 changes: 0 additions & 18 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,6 @@ module.exports = {
jquery: "jquery/src/jquery"
}
},
// optimization: {
// splitChunks: {
// cacheGroups: {
// styles: {
// name: "styles",
// test: /\.css$/,
// chunks: "all",
// enforce: true
// },
// vendor: {
// name: "vendor",
// test: /\.scss$/,
// chunks: "all",
// enforce: true,
// },
// }
// }
// },
module: {
rules: [
{
Expand Down

0 comments on commit 2391e08

Please sign in to comment.