Skip to content

Commit

Permalink
remove an accidentally committed debugging log (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingzhang36 committed May 9, 2020
1 parent d4cd70d commit fe01908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/Buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ export default class Buttons {
useCurrent: boolean,
callback: (selectedIds: string[], success: boolean) => void,
): void {
console.log('experiment selected: ' + selectedIds);
this._dialogActionHandler(
selectedIds,
`Experiment${s(selectedIds)} will be moved to the Archive section, where you can still view${
Expand Down

0 comments on commit fe01908

Please sign in to comment.