Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
gredu_labs
Commits
79cc765b
Commit
79cc765b
authored
Mar 01, 2016
by
Georgios Tsakalos
Browse files
remove debug code
parent
a9ee81ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/src/Action/Software/PersistSoftware.php
View file @
79cc765b
...
...
@@ -38,7 +38,6 @@ class PersistSoftware
$params
[
'school_id'
]
=
$school
->
id
;
$id
=
$params
[
'id'
];
unset
(
$params
[
'id'
]);
error_log
(
print_r
(
$this
->
softwareService
,
TRUE
));
try
{
if
(
$id
)
{
$software
=
$this
->
softwareService
->
updateSoftware
(
$params
,
$id
);
...
...
Write
Preview
Markdown
is supported
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