[ARVADOS-WORKBENCH2] updated: 2.3.0-157-g66705a68

Git user git at public.arvados.org
Fri Feb 4 22:28:25 UTC 2022


Summary of changes:
 src/store/workbench/workbench-actions.ts | 1 -
 1 file changed, 1 deletion(-)

       via  66705a683fbfffb14da7d61aec634ff2ecefde5e (commit)
      from  1313e9c9a5f250b71aa8136c077176c38b8db902 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 66705a683fbfffb14da7d61aec634ff2ecefde5e
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Fri Feb 4 19:28:03 2022 -0300

    18661: Removes debugging code.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/src/store/workbench/workbench-actions.ts b/src/store/workbench/workbench-actions.ts
index 7a477376..03d65f62 100644
--- a/src/store/workbench/workbench-actions.ts
+++ b/src/store/workbench/workbench-actions.ts
@@ -443,7 +443,6 @@ export const couldNotLoadUser = snackbarActions.OPEN_SNACKBAR({
 
 export const reloadProjectMatchingUuid = (matchingUuids: string[]) =>
     async (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
-        console.log("ReloadProjectMatchingUUID: ", matchingUuids);
         const currentProjectPanelUuid = getProjectPanelCurrentUuid(getState());
         if (currentProjectPanelUuid && matchingUuids.some(uuid => uuid === currentProjectPanelUuid)) {
             dispatch<any>(loadProject(currentProjectPanelUuid));

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list