Skip to content

Commit

Permalink
Remove LinkFactory debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrobolt committed Feb 19, 2016
1 parent fc62f2d commit 370f59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Factories/LinkFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private static function formatLink($link_ending, $secret_ending=false) {
if ($secret_ending) {
$short_url .= '/' . $secret_ending;
}
return 'aaa';

return $short_url;
}

Expand Down

0 comments on commit 370f59b

Please sign in to comment.