Finance/ISIN.php
authorleon <leon@roojs.com>
Tue, 2 Jan 2024 03:49:53 +0000 (11:49 +0800)
committerleon <leon@roojs.com>
Tue, 2 Jan 2024 03:49:53 +0000 (11:49 +0800)
Finance/ISIN.php

index 8c2080c..f9044da 100644 (file)
@@ -48,9 +48,6 @@ class Finance_ISIN
         $str = curl_exec($ch);
         curl_close($ch);
 
-        var_dump($str);
-        die('test');
-
         $matches = array();
         preg_match('/window.initData.symbolInfo = ({.*});/', $str, $matches);