remove logging

This commit is contained in:
Colin Megill
2021-03-05 15:34:47 -08:00
parent db957c5de3
commit 012ce53521
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@ const Autosave = (
action,
nextSharedState
) => {
console.log("autosave", action);
switch (action.type) {
case "annoMatrix: init complete": {
return {
-1
View File
@@ -29,7 +29,6 @@ const GeneSetsUI = (
};
}
case "geneset: activate rename geneset mode": {
console.log("reducer", action);
return {
...state,
isEditingGenesetName: action.data,