Skip to content
Snippets Groups Projects
Commit 77821044 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: remove unused console

parent 5aa17315
No related branches found
No related tags found
No related merge requests found
...@@ -74,10 +74,6 @@ import { ContextMenuService, TContextMenuReg } from "src/contextMenuModule"; ...@@ -74,10 +74,6 @@ import { ContextMenuService, TContextMenuReg } from "src/contextMenuModule";
of(null), of(null),
svc.getRegionDetail(atlas['@id'], parcellation['@id'], template['@id'], r[0]).pipe( svc.getRegionDetail(atlas['@id'], parcellation['@id'], template['@id'], r[0]).pipe(
map(det => { map(det => {
console.log('region detail', {
id: r[0],
det
})
return { return {
...det, ...det,
context context
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment