Removing unnecessary debug messages etc.

This commit is contained in:
Mikael Nordfeldth
2016-01-21 02:49:34 +01:00
parent 45446f17ad
commit 3f9c1c142a
5 changed files with 0 additions and 5 deletions

View File

@@ -367,7 +367,6 @@ class ActivityUtils
static function resolveUri($uri, $make_relative=false)
{
if (empty($uri)) {
common_debug(_ve(debug_backtrace()));
throw new ServerException('No URI to resolve in ActivityUtils::resolveUri');
}