mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
remove debug
This commit is contained in:
parent
742be89589
commit
9fb1753828
2 changed files with 7 additions and 1 deletions
|
|
@ -8,3 +8,10 @@ tools:
|
||||||
filter:
|
filter:
|
||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
|
|
||||||
|
build:
|
||||||
|
nodes:
|
||||||
|
analysis:
|
||||||
|
tests:
|
||||||
|
override:
|
||||||
|
- php-scrutinizer-run
|
||||||
|
|
@ -498,7 +498,6 @@ class Share extends AbstractShare {
|
||||||
}
|
}
|
||||||
|
|
||||||
$rawAcls = $connection->readAll();
|
$rawAcls = $connection->readAll();
|
||||||
var_dump($rawAcls);
|
|
||||||
|
|
||||||
$acls = [];
|
$acls = [];
|
||||||
foreach ($rawAcls as $acl) {
|
foreach ($rawAcls as $acl) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue