We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a7c93 commit c0223beCopy full SHA for c0223be
classes/swift.php
@@ -1,7 +1,6 @@
1
<?php
2
require_once ABSPATH.'vendor/autoload.php';
3
require_once 'swift-plugin-base.php';
4
-include 'ChromePhp.php';
5
6
class Swift extends Swift_Plugin_Base {
7
private $swiftClient, $storageUrl, $uploadHash;
@@ -415,7 +414,6 @@ function getObjectUrl($myBucket, $myKey) {
415
414
->getObject($myKey)
416
->getPublicUri();
417
$url = (string)$objectUrl;
418
- //ChromePhp::log($url);
419
420
//$url = 'https://dal.objectstorage.open.softlayer.com/v1/AUTH_' . $projectId . '/' . $myBucket . '/' . $myKey;
421
return $url;
0 commit comments