16941: Remove debug statement.
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 5 Oct 2020 21:42:57 +0000 (17:42 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 5 Oct 2020 21:42:57 +0000 (17:42 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

src/views/search-results-panel/search-results-panel-view.tsx

index 6a02f8e1dc44c4c01fe8d582f5d20f0132b62af7..43ca131396ddcd8063688c1a4d7cc6368d18f2dc 100644 (file)
@@ -114,7 +114,6 @@ export const searchResultsPanelColumns: DataColumns<string> = [
 export const SearchResultsPanelView = withStyles(styles, { withTheme: true })(
     (props: SearchResultsPanelProps & WithStyles<CssRules, true>) => {
         const homeCluster = props.user.uuid.substr(0, 5);
-        console.log(props.sessions);
         const loggedIn = props.sessions.filter((ss) => ss.loggedIn && ss.userIsActive);
         return <DataExplorer
             id={SEARCH_RESULTS_PANEL_ID}