diff --git a/client/src/reducers/dotplot.js b/client/src/reducers/dotplot.js index cb858cde..96cf3846 100644 --- a/client/src/reducers/dotplot.js +++ b/client/src/reducers/dotplot.js @@ -7,14 +7,11 @@ const Dotplot = ( ) => { switch (action.type) { case "set dotplot row": - console.log("in dotplot reducer row is", action.data); return { ...state, row: action.data, }; case "set dotplot column": - console.log("in dotplot reducer COLUMN is", action.data); - return { ...state, column: action.data,