mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
remove accidental print
This commit is contained in:
parent
08846a64d6
commit
66ab3a9815
@ -86,7 +86,6 @@ export default class SceneFilesFolder extends React.Component {
|
||||
|
||||
componentDidUpdate = (prevProps, prevState) => {
|
||||
if (prevProps.viewer.library[0].children !== this.props.viewer.library[0].children) {
|
||||
print("library has changed");
|
||||
if (filtersActive) {
|
||||
this._filterFiles();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user