Update findFriend.php

This commit is contained in:
Logan McInnis
2019-12-04 20:25:31 -05:00
parent 49d9099e2f
commit c6cd3c5ba8

View File

@@ -67,10 +67,6 @@
}catch(Exception $e){
echo "Exception: ".$e->getMessage().PHP_EOL;
}
echo '<h3>$GLOBALS</h3>';
echo "<pre>";
print_r($GLOBALS);
echo "</pre>";
?>