Skip to content

Commit 4a20635

Browse files
committed
Commented out dead code
1 parent f90f0ff commit 4a20635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Sabre/CalDAV/Plugin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public function unknownMethod($method) {
101101
* @param string $method
102102
* @return bool
103103
*/
104+
/*
104105
public function unknownMethod2($method) {
105106
106107
if ($method!=='ACL') return;
@@ -110,7 +111,7 @@ public function unknownMethod2($method) {
110111
// false is returned to stop the unknownMethod event
111112
return false;
112113
113-
}
114+
}*/
114115

115116
/**
116117
* This functions handles REPORT requests specific to CalDAV

0 commit comments

Comments
 (0)