merge conflicts and out of date test code

This commit is contained in:
Norm MacLennan
2014-05-07 16:07:48 -07:00
parent ec4dbe486a
commit de89a87aa5
2 changed files with 1 additions and 5 deletions

View File

@@ -1,10 +1,6 @@
using System;
using System.Dynamic;
<<<<<<< HEAD
using NOCQ.Settings;
=======
using System.Linq;
>>>>>>> e5ed166572b47afde75d47f888768ae5b8d528f2
using NOCQ.Plugins.Email;
using System.Collections;
using System.Collections.Generic;

View File

@@ -123,7 +123,7 @@ namespace NOCQ.Plugins.Email
var alerts = getAlerts ();
foreach (var alert in alerts) {
RedisDataase.SaveAlert (alert, "output");
//RedisDatabase.SaveAlert (alert);
}
}