Skip to content
Snippets Groups Projects
Commit cab342b5 authored by Genvictus's avatar Genvictus
Browse files

fix: removed unnecessary vardump during testing

parent d15a9b79
No related merge requests found
......@@ -36,8 +36,6 @@ class SocmedSoapClient
public function requestUnlocking($socmed_id, $link_code)
{
var_dump($socmed_id);
var_dump($link_code);
$res = $this->client->call("requestUnlocking", array(
'socmed_id' => $socmed_id,
'link_code' => $link_code,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment