Merge branch 'master' into 14431-metadata
[arvados-workbench2.git] / src / views / process-panel / process-information-card.tsx
index 7fcabcbb094f279580b08f8afe01406ede0af290..532af6964ebff5f363f26a651e7e3e4ea0dbfe3f 100644 (file)
@@ -75,7 +75,6 @@ type ProcessInformationCardProps = ProcessInformationCardDataProps & WithStyles<
 export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
     ({ classes, process, onContextMenu, theme }: ProcessInformationCardProps) =>
         <Card className={classes.card}>
-        {console.log(process)}
             <CardHeader
                 classes={{
                     content: classes.title,