aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-11-04 13:08:47 -0500
committerbob <bcz@cs.brown.edu>2019-11-04 13:08:47 -0500
commit70a6f10779729cff4a1b46d56dd5ff84f41ed14e (patch)
tree4b826130b252ac86b67ec6a3af6bd49f5b58e785 /src/client/views/collections/CollectionStackingView.tsx
parentcb7078190a06ea19cb443626b9023b93c1930e3a (diff)
cleaned up some exceptions, runtime warnings, fixed borderRounding, and adding to Library->Documents
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 7f0165ad4..37d897088 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -393,7 +393,6 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) {
let entries = Array.from(this.Sections.entries());
sections = entries.sort(this.sortFunc);
}
- console.log("NUM = " + this.numGroupColumns);
return (
<div className="collectionStackingMasonry-cont" >
<div className={this.isStackingView ? "collectionStackingView" : "collectionMasonryView"}