[longomatch/redesign3] Remove log line
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3] Remove log line
- Date: Sun, 21 Aug 2011 20:55:38 +0000 (UTC)
commit b3007c717c458a1ee8400f90dea501a90fdfb6d1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Aug 21 16:42:26 2011 +0200
Remove log line
LongoMatch/Store/TagStore.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Store/TagStore.cs b/LongoMatch/Store/TagStore.cs
index a2ea065..16918a4 100644
--- a/LongoMatch/Store/TagStore.cs
+++ b/LongoMatch/Store/TagStore.cs
@@ -67,7 +67,6 @@ namespace LongoMatch.Store
}
public List<W> GetTags(T subCategory) {
- Log.Error (tags.Keys.Count.ToString());
if (!tags.ContainsKey(subCategory)) {
Log.Debug(String.Format("Adding subcategory {0} to store", subCategory.Name));
tags[subCategory] = new List<W>();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]