Skip to content

Commit

Permalink
#107 fix of loading images of compounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-postek-m2ms committed Mar 9, 2020
1 parent 76cc5a3 commit 2566633
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions js/components/preview/compounds/compoundList.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ export const CompoundList = memo(({ height }) => {
const currentCompounds = useSelector(state => state.previewReducers.compounds.currentCompounds);
const compoundsListOffset = useSelector(state => getCompoundListOffset(state));

console.log(
to_query,
compoundClasses,
currentCompoundClass,
totalCountOfMolecules,
compoundsListOffset,
canLoadMoreCompounds,
querying,
currentVector,
currentCompounds
);

Object.keys(compoundsColors).forEach(item => {
if (!!document.getElementById(item)) {
let inputId = document.getElementById(item);
Expand Down

0 comments on commit 2566633

Please sign in to comment.