Skip to content

Commit c43945c

Browse files
committed
no functional change
1 parent 96686c0 commit c43945c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/browser/FileSelectDialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function ScrollSpy(props) {
6464
}
6565
},
6666
});
67-
console.log('ScrollSpy', inView);
6867
return (
6968
<div className="scroll-spy" ref={ref}></div>
7069
);

finder/contrib/image/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_thumbnail_url(self, realm):
4545
try:
4646
self.crop(realm, thumbnail_path, self.thumbnail_size, self.thumbnail_size)
4747
except Exception:
48-
# thumbnail image could not be created
48+
# no thumbnail image could not be created
4949
return self.fallback_thumbnail_url
5050
return realm.sample_storage.url(thumbnail_path)
5151

0 commit comments

Comments
 (0)