From 8f1d31966fc05eea6ddbb7fe60dedd10ec8b2f86 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sat, 31 Dec 2011 11:04:33 +0100 Subject: [PATCH] bug fix: split only once on ':' for meta tag analysis on DC Description --- browser/skin/controller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/skin/controller.py b/browser/skin/controller.py index 1b4be58..30ae2b4 100644 --- a/browser/skin/controller.py +++ b/browser/skin/controller.py @@ -38,7 +38,6 @@ class Controller(BaseController): target = self.view.virtualTarget if target is not None: desc = target.dcDescription - print '***', desc if desc: for line in desc.splitlines(): if ':' in line: