mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Remove print
This commit is contained in:
parent
f604ad91e6
commit
4b84f756e5
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ class Configs:
|
|||
db_path: str = Path(lib_path, 'database') # type: ignore
|
||||
log_packages: str = Path('/var', 'log', 'packages') # type: ignore
|
||||
|
||||
print(tmp_slpkg)
|
||||
|
||||
# Database name.
|
||||
database_name: str = f'database.{prog_name}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue