chore: remove conflict-marker look-alike
This is annoying when trying to find git conflicts [skip ci]
This commit is contained in:
parent
6e94cd2eb9
commit
22a3a56d44
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class Database:
|
|||
|
||||
if frappe.conf.logging == 2:
|
||||
_query = _query or str(mogrified_query)
|
||||
frappe.log(f"<<<< query\n{_query}\n>>>>")
|
||||
frappe.log(f"#### query\n{_query}\n####")
|
||||
|
||||
if unmogrified_query and is_query_type(
|
||||
unmogrified_query, ("alter", "drop", "create", "truncate", "rename")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue