Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SAMBUMBA
pasteque-server
Commits
6450c151
Commit
6450c151
authored
Dec 20, 2017
by
Karamel
Browse files
Remove a debug error log.
parent
4d9e6d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/http/routes/category.php
View file @
6450c151
...
...
@@ -95,7 +95,6 @@ $app->PUT('/api/category', function($request, $response, $args) {
$ptApp
=
$this
->
get
(
'settings'
)[
'ptApp'
];
$tab
=
$request
->
getParsedBody
();
$category
=
\
Pasteque\Server\Model\Category
::
fromStruct
(
$tab
,
$ptApp
->
getDao
());
$ptApp
->
getLogger
()
->
err
(
$category
->
getDispOrder
());
return
$response
->
withApiResult
(
APICaller
::
run
(
$ptApp
,
'category'
,
'write'
,
$category
));
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment