Skip to content

Commit

Permalink
Remove console.log :(
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Nov 8, 2024
1 parent afa1a69 commit 3d37510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_dir/static/js/project_samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ function load_all_udfs(){
let application = 'application' in data ? data['application'] : '';

if(application.includes('single cell')){
console.log("here")
$('.single_cell_udf').removeAttr('hidden');
}

Expand Down

0 comments on commit 3d37510

Please sign in to comment.