diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 06bd73d..abb6b38 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,7 @@
-
+
@@ -25,20 +25,20 @@
-
+
-
-
+
+
-
+
-
-
+
+
@@ -64,8 +64,8 @@
-
-
+
+
@@ -179,7 +179,6 @@
@@ -605,14 +605,7 @@
-
-
-
- 1500377659425
-
-
-
- 1500377659426
+
1500377737791
@@ -950,11 +943,18 @@
1533836076677
-
+
+ 1533837830262
+
+
+
+ 1533837830262
+
+
-
+
@@ -1394,13 +1394,6 @@
-
-
-
-
-
-
-
@@ -1408,13 +1401,6 @@
-
-
-
-
-
-
-
@@ -1450,17 +1436,31 @@
-
+
-
-
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/plugins/filter_today_only.js b/plugins/filter_today_only.js
index 5c5c006..8cf890f 100644
--- a/plugins/filter_today_only.js
+++ b/plugins/filter_today_only.js
@@ -11,6 +11,8 @@ module.exports = function (item, itemOptions, source) {
var d = inDays(then, now);
+ console.log('Today:', (d === 0) ? 'Pass' : 'Reject');
+
if (d === 0)
return itemOptions;
else