]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Opps.
authorRoland Haeder <roland@mxchange.org>
Mon, 18 Aug 2014 16:28:14 +0000 (18:28 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 18 Aug 2014 16:28:14 +0000 (18:28 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/OStatus/classes/Ostatus_profile.php

index 2f008962fa0943e8505936d48046a70c88ef1fa5..45c01a568b544842913b338dc4520761b199c777 100644 (file)
@@ -1244,7 +1244,6 @@ class Ostatus_profile extends Managed_DataObject
         // @todo FIXME: This should be better encapsulated
         // ripped from oauthstore.php (for old OMB client)
         $temp_filename = tempnam(common_get_temp_dir(), 'listener_avatar');
-        die('temp_filename='.$temp_filename);
         try {
             if (!copy($url, $temp_filename)) {
                 // TRANS: Server exception. %s is a URL.