mod_pep: Removed some YODO comments

Fri, 26 Jun 2009 18:46:52 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
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 file | annotate | diff | comparison | revisions
--- 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);

mercurial