Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Tackett <tackadam@amazon.com>
  • Loading branch information
Adam Tackett committed Jul 11, 2024
1 parent 6f77d47 commit bb58dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const renderApp = (
{ appBasePath, element, setHeaderActionMenu, dataSourceId }: AppMountParameters,
dataSourceManagement: DataSourceManagementPluginSetup
) => {
console.log(dataSourceId);
ReactDOM.render(
<WorkbenchApp
basename={appBasePath}
Expand Down

0 comments on commit bb58dc4

Please sign in to comment.