Skip to content

Commit

Permalink
Remove unused debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jzablocki committed Mar 6, 2013
1 parent d9fa4d1 commit 9482fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Couchbase.Glimpse/CouchbaseTab.cs
Expand Up @@ -26,7 +26,6 @@ public class CouchbaseTab : TabBase
public override object GetData(ITabContext context) public override object GetData(ITabContext context)
{ {
var data = new List<object[]> { new[] { "Level", "Timestamp", "Source", "Message", "Exception", "Thread" } }; var data = new List<object[]> { new[] { "Level", "Timestamp", "Source", "Message", "Exception", "Thread" } };
var debug = new List<object[]> { };


Action<Dictionary<string, List<GlimpseLogRow>>> addData = (d) => Action<Dictionary<string, List<GlimpseLogRow>>> addData = (d) =>
{ {
Expand Down

0 comments on commit 9482fda

Please sign in to comment.