mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 12:18:12 +08:00
remove logging
This commit is contained in:
@@ -14,7 +14,6 @@ const Autosave = (
|
||||
action,
|
||||
nextSharedState
|
||||
) => {
|
||||
console.log("autosave", action);
|
||||
switch (action.type) {
|
||||
case "annoMatrix: init complete": {
|
||||
return {
|
||||
|
||||
@@ -29,7 +29,6 @@ const GeneSetsUI = (
|
||||
};
|
||||
}
|
||||
case "geneset: activate rename geneset mode": {
|
||||
console.log("reducer", action);
|
||||
return {
|
||||
...state,
|
||||
isEditingGenesetName: action.data,
|
||||
|
||||
Reference in New Issue
Block a user