Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alewitt committed Dec 1, 2015
1 parent d5a7c93 commit c0223be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/swift.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
require_once ABSPATH.'vendor/autoload.php';
require_once 'swift-plugin-base.php';
include 'ChromePhp.php';

class Swift extends Swift_Plugin_Base {
private $swiftClient, $storageUrl, $uploadHash;
Expand Down Expand Up @@ -415,7 +414,6 @@ function getObjectUrl($myBucket, $myKey) {
->getObject($myKey)
->getPublicUri();
$url = (string)$objectUrl;
//ChromePhp::log($url);

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

0 comments on commit c0223be

Please sign in to comment.