Skip to content

Commit c0223be

Browse files
committed
remove logging
1 parent d5a7c93 commit c0223be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

classes/swift.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
require_once ABSPATH.'vendor/autoload.php';
33
require_once 'swift-plugin-base.php';
4-
include 'ChromePhp.php';
54

65
class Swift extends Swift_Plugin_Base {
76
private $swiftClient, $storageUrl, $uploadHash;
@@ -415,7 +414,6 @@ function getObjectUrl($myBucket, $myKey) {
415414
->getObject($myKey)
416415
->getPublicUri();
417416
$url = (string)$objectUrl;
418-
//ChromePhp::log($url);
419417

420418
//$url = 'https://dal.objectstorage.open.softlayer.com/v1/AUTH_' . $projectId . '/' . $myBucket . '/' . $myKey;
421419
return $url;

0 commit comments

Comments
 (0)