summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-04-17 03:59:35 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-04-17 04:54:48 +0200
commit0a97a514aa5fe3297ec774c89a6a8174e1206b3b (patch)
tree168c0ab3681dd4302fc965acc32e916c36b3f514 /filter
parented6ee28f57beb440006d04a694dd0715e152b690 (diff)
svg filter: fix eslint no-constant-condition
Change-Id: I8ac187702a3014f78bb711409770b4e8504bcd7d
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/presentation_engine.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js
index 4c42fc1ed72a..0ddb2ceeaa41 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -2345,10 +2345,6 @@ function MetaSlide( sMetaSlideId, aMetaDoc )
this.aSlideAnimationsHandler.importAnimations( this.getSlideAnimationsRoot() );
this.aSlideAnimationsHandler.parseElements();
- // this statement is used only for debugging
- if( false && this.aSlideAnimationsHandler.aRootNode )
- log( this.aSlideAnimationsHandler.aRootNode.info( true ) );
-
// We collect text shapes included in this slide .
this.aTextShapeSet = this.collectTextShapes();