Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a00ba91

Browse files
authored
removed debugging info
1 parent a90a408 commit a00ba91

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/core/ut_expectation_processor.pkb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ create or replace package body ut_expectation_processor as
132132
c_expectation_search_pattern constant varchar2(500) :=
133133
'(.*\.(UT_EXPECTATION[A-Z0-9#_$]*|UT|UTASSERT2?)(\.[A-Z0-9#_$]+)?\s+)+(.*)';
134134
begin
135-
dbms_output.put_line(c_call_stack);
136135
l_caller_stack_line := regexp_substr( c_call_stack, c_expectation_search_pattern, 1, 1, 'm', 4);
137136
l_line_no := to_number( regexp_substr(l_caller_stack_line,'0x[0-9a-f]+\s+(\d+)',subexpression => 1) );
138137
l_caller_type_and_name := trim(regexp_substr(l_caller_stack_line,'0x[0-9a-f]+\s+\d+\s+(.+)',subexpression => 1));

0 commit comments

Comments
 (0)