Skip to content

Commit

Permalink
Remove debug print out (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-61 authored Jan 18, 2022
1 parent b39f36d commit 4efc848
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/essence/Basics/Layers_/Layers_.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,12 +1331,10 @@ var L_ = {
}
if (trimType === "after") {
if (layerDate < keepTimeAsDate) {
console.log("if true")
L_.removeLayerHelper(updateLayer, layer)
}
} else if (trimType === "before") {
if (layerDate > keepTimeAsDate) {
console.log("if true")
L_.removeLayerHelper(updateLayer, layer)
}
}
Expand Down

0 comments on commit 4efc848

Please sign in to comment.