Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c9198fed
Commit
c9198fed
authored
Jan 19, 2007
by
Richard Mansfield
Browse files
Remove activity debug message
parent
d48171f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/activity.php
View file @
c9198fed
...
...
@@ -34,7 +34,6 @@ defined('INTERNAL') || die();
* @param mixed $data data
*/
function
activity_occurred
(
$activitytype
,
$data
)
{
log_debug
(
"activity occurred
$activitytype
"
);
if
(
!
$at
=
get_record
(
'activity_type'
,
'name'
,
$activitytype
))
{
throw
new
Exception
(
"Invalid activity type
$activitytype
"
);
}
...
...
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