Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pdb-ligand-env
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pdbe
web-components
pdb-ligand-env
Merge requests
!4
Added features for aggregated ligand interaction view and interactivity with heat map
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added features for aggregated ligand interaction view and interactivity with heat map
PDBE-3362
into
master
Overview
0
Commits
14
Pipelines
0
Changes
18
Merged
Ibrahim Roshan Kunnakkattu
requested to merge
PDBE-3362
into
master
10 months ago
Overview
0
Commits
14
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c129292a
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c129292a
removed the console log
· c129292a
Ibrahim Roshan Kunnakkattu
authored
10 months ago
src/plugin/model.ts
+
0
−
1
Options
@@ -507,7 +507,6 @@ namespace Model {
this
.
data
=
data
;
this
.
contactTypes
=
contactTypes
;
this
.
filteredData
=
this
.
getFilteredData
();
console
.
log
(
this
.
filteredData
.
length
);
}