mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 00:08:11 +08:00
remove logs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user