Skip to content

Commit 3eba26f

Browse files
committed
Comments only, remove TODOs
1 parent 34b728a commit 3eba26f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/RemoteLRS.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,6 @@ public function retrieveAgentProfileIds($agent) {
984984
}
985985

986986
public function retrieveAgentProfile($agent, $id) {
987-
// TODO: Group?
988987
if (! $agent instanceof Agent) {
989988
$agent = new Agent($agent);
990989
}
@@ -1025,7 +1024,6 @@ public function retrieveAgentProfile($agent, $id) {
10251024
}
10261025

10271026
public function saveAgentProfile($agent, $id, $content) {
1028-
// TODO: Group?
10291027
if (! $agent instanceof Agent) {
10301028
$agent = new Agent($agent);
10311029
}
@@ -1078,7 +1076,6 @@ public function saveAgentProfile($agent, $id, $content) {
10781076

10791077
// TODO: Etag?
10801078
public function deleteAgentProfile($agent, $id) {
1081-
// TODO: Group?
10821079
if (! $agent instanceof Agent) {
10831080
$agent = new Agent($agent);
10841081
}
@@ -1097,7 +1094,6 @@ public function deleteAgentProfile($agent, $id) {
10971094
}
10981095

10991096
public function retrievePerson($agent) {
1100-
// TODO: Group?
11011097
if (! $agent instanceof Agent) {
11021098
$agent = new Agent($agent);
11031099
}

0 commit comments

Comments
 (0)