diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-15 07:31:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-15 07:31:10 -0400 |
| commit | 8c4e20892671946012d28a1db78a2ac63bb369fc (patch) | |
| tree | 369ad9b06cc88720cc72a5ff7c971e4e685b69a4 /src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx | |
| parent | 9e40cc8cf9e6ebbe44fa0f600fb1b134d14cd827 (diff) | |
removing console logs, unused code and text color changing
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx index a140dd4b1..69cbae86f 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormPannableContents.tsx @@ -40,8 +40,6 @@ export class CollectionFreeFormPannableContents extends React.Component<Collecti ); render() { - console.log('transofmr', this.props.transform()); - console.log('transition', this.props.transition); return ( <div className={'collectionfreeformview' + (this.props.viewDefDivClick ? '-viewDef' : '-none')} |
