From 884a5ec15b1395690c78d18e8d2509b3619c8817 Mon Sep 17 00:00:00 2001 From: Andrew Kim Date: Mon, 19 Aug 2019 00:35:27 -0400 Subject: changes --- src/client/views/collections/CollectionViewChromes.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/views/collections') diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index 6ea718330..ee18bb3a4 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -170,11 +170,7 @@ export class CollectionViewBaseChrome extends React.Component { - this.openViewSpecs(e); - - console.log(this._keyRestrictions) - let keyRestrictionScript = "(" + this._keyRestrictions.map(i => i[1]).filter(i => i.length > 0).join(" && ") + ")"; let yearOffset = this._dateWithinValue[1] === 'y' ? 1 : 0; let monthOffset = this._dateWithinValue[1] === 'm' ? parseInt(this._dateWithinValue[0]) : 0; -- cgit v1.2.3-70-g09d2