Skip to content

Commit 5292982

Browse files
Removed unused variables
1 parent 63b8b1e commit 5292982

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Support/Utility.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,6 @@ public static function wrapResult($result = '', $queryObject = '')
378378
public static function contentstackRequest($queryObject = '', $type = '')
379379
{
380380
$server_output = '';
381-
STATIC $live_response = ''; //static variable
382-
STATIC $non_live_response = '';
383381
STATIC $live_response_decode = '';
384382
STATIC $entry_uid = '';
385383
STATIC $content_type_uid = '';

0 commit comments

Comments
 (0)