diff --git a/src/Nikapps/BazaarPush/BazaarPush.php b/src/Nikapps/BazaarPush/BazaarPush.php index 44e1b1d..d5bb272 100644 --- a/src/Nikapps/BazaarPush/BazaarPush.php +++ b/src/Nikapps/BazaarPush/BazaarPush.php @@ -263,7 +263,6 @@ public function pushReport($reportTitle, $reportBody, $account){ $pushBullet = new PHPushbullet($pushKey['key']); if($pushKey['devices'] == null){ // pushes to all of the devices - //$pushBullet->pushNote(null, $reportTitle, $reportBody); foreach($pushBullet->devices() as $device){ $pushBullet->device($device->iden)->note($reportTitle, $reportBody); }