Skip to content

Commit

Permalink
PLAT-24975: Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
drorsou committed Nov 7, 2024
1 parent ebbe573 commit 56f1684
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/cue_points/base/lib/api/KalturaCuePoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ public function validateEntryId($cuePointId = null)
throw new KalturaAPIException(KalturaCuePointErrors::CANNOT_UPDATE_ENTRY_ID);
}

KalturaLog::debug("validateEntryId - $this->tags");
$this->validateEntryEntitlement($dbEntry, $this->tags);
}

Expand Down Expand Up @@ -336,7 +335,6 @@ public function validateForUpdate($sourceObject, $propertiesToSkip = array())
$cuePoint = CuePointPeer::retrieveByPK($sourceObject->getId());
$dbEntry = entryPeer::retrieveByPK($cuePoint->getEntryId());
$tags = $this->tags ?? $sourceObject->getTags();
KalturaLog::debug("validateForUpdate with $tags");
$this->validateEntryEntitlement($dbEntry, $tags);
}

Expand Down

0 comments on commit 56f1684

Please sign in to comment.