Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2004-05-27 08:46:54 +0000
committerMazen Faraj2004-05-27 08:46:54 +0000
commitcb77b765539cf049025dc6b23290a38c6212d7d5 (patch)
tree7a9f1e41ef6e7a1db447fc5352eef14daf3c5864 /org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java
parentc7513a99a9d010279e731246798d0eac00ede0f6 (diff)
downloadeclipse.platform.ua-cb77b765539cf049025dc6b23290a38c6212d7d5.tar.gz
eclipse.platform.ua-cb77b765539cf049025dc6b23290a38c6212d7d5.tar.xz
eclipse.platform.ua-cb77b765539cf049025dc6b23290a38c6212d7d5.zip
fixes for dyamic awarness
Diffstat (limited to 'org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java')
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java
index 24dbdb473..beb1d89b6 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java
@@ -182,7 +182,6 @@ public class IntroHTMLGenerator {
AbstractIntroElement[] children = introPage.getChildren();
for (int i = 0; i < children.length; i++) {
AbstractIntroElement child = children[i];
- Log.info(" in generateBodyElement, child is: " + child.getType());
// check to see if this element should be filtered from the HTML
// presentation
if(!filteredFromPresentation(child)){

Back to the top