remove logs

This commit is contained in:
Colin Megill
2021-07-23 13:29:27 -07:00
parent e21cac65bf
commit 72ee670620
-3
View File
@@ -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,