mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-31 17:36:04 +01:00
stop print msg
This commit is contained in:
@@ -22,6 +22,7 @@ from troggle.core.models.caves import Cave, CaveAndEntrance, Entrance, GetCaveLo
|
|||||||
from troggle.core.models.logbooks import QM
|
from troggle.core.models.logbooks import QM
|
||||||
from troggle.core.models.wallets import Wallet
|
from troggle.core.models.wallets import Wallet
|
||||||
from troggle.core.models.survex import SurvexStation
|
from troggle.core.models.survex import SurvexStation
|
||||||
|
from troggle.core.models.troggle import DataIssue
|
||||||
from troggle.core.utils import (
|
from troggle.core.utils import (
|
||||||
get_cookie_max_age,
|
get_cookie_max_age,
|
||||||
WriteAndCommitError,
|
WriteAndCommitError,
|
||||||
@@ -585,9 +586,11 @@ def cavepage(request, karea=None, subpath=None):
|
|||||||
# simple filename, no folders in path, e.g. href="94_ent_close.jpg"
|
# simple filename, no folders in path, e.g. href="94_ent_close.jpg"
|
||||||
# inside a cave or entrance description, this "just works" as the href is just
|
# inside a cave or entrance description, this "just works" as the href is just
|
||||||
# added to the context of the current page, so there are >> 1 "parts" to the URL.
|
# added to the context of the current page, so there are >> 1 "parts" to the URL.
|
||||||
print(f"2 {subpath=}")
|
|
||||||
epath = karea + "/" + subpath
|
epath = karea + "/" + subpath
|
||||||
print(f"2 {karea =} / {subpath=}\n {request=}")
|
# message = f" ! - {karea =} / {subpath=}\n {request=}"
|
||||||
|
# print(message)
|
||||||
|
# DataIssue.objects.create(parser="logbooks", message=message)
|
||||||
|
|
||||||
return expo.expopage(request, epath)
|
return expo.expopage(request, epath)
|
||||||
|
|
||||||
@login_required_if_public
|
@login_required_if_public
|
||||||
|
|||||||
Reference in New Issue
Block a user