mod_pep: Removed some YODO comments
authorWaqas Hussain <waqas20@gmail.com>
Fri, 26 Jun 2009 18:46:52 +0500
changeset 1425 8187f72b7425
parent 1424 6969ad97ca58
child 1426 6ad9500a90a4
mod_pep: Removed some YODO comments
plugins/mod_pep.lua
--- a/plugins/mod_pep.lua	Fri Jun 26 18:45:54 2009 +0500
+++ b/plugins/mod_pep.lua	Fri Jun 26 18:46:52 2009 +0500
@@ -85,8 +85,8 @@
 				if payload then -- <item>
 					publish(session, node, payload);
 					return true;
-				end -- TODO else error
-			end -- TODO else error
+				end
+			end
 		end
 	end
 end);