Skip to content
Snippets Groups Projects
Commit 3b54590b authored by m's avatar m
Browse files

IC

parent 6455f4be
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,3 @@ $purgeService = new PurgeService($connect, $logService);
$purgeService->cleanDemoPoll();
......@@ -48,7 +48,6 @@ class PurgeService {
}
public function cleanDemoPoll() {
if ( !defined("DEMO_POLL_ID")
|| !defined("DEMO_POLL_NUMBER_VOTES")
) {
......@@ -65,7 +64,6 @@ class PurgeService {
}
$this->voteRepository->commit();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment