mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #829 from christianguenter2/ISSUE_828
Remove unnecessary ASSERT
This commit is contained in:
commit
a0c5cf505e
|
@ -49,7 +49,6 @@ CLASS lcl_services_db IMPLEMENTATION.
|
|||
METHOD update.
|
||||
|
||||
ASSERT is_content-type IS NOT INITIAL.
|
||||
ASSERT is_content-value IS NOT INITIAL.
|
||||
|
||||
lcl_app=>db( )->update(
|
||||
iv_type = is_content-type
|
||||
|
|
Loading…
Reference in New Issue
Block a user