diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-03-14 17:41:25 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-03-19 13:06:55 +0100 |
commit | 8a26022f921f169198fa3e1b2dd79e62914c5dc0 (patch) | |
tree | 73eba09032a4655574530ef7316f2c1b1e232d08 /core | |
parent | e8fe00003b326867de480d919fdfe78ced9e7857 (diff) | |
download | nextcloud-server-8a26022f921f169198fa3e1b2dd79e62914c5dc0.tar.gz nextcloud-server-8a26022f921f169198fa3e1b2dd79e62914c5dc0.zip |
Adjust resource type to file
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/src/OCP/collaboration.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/OCP/collaboration.js b/core/src/OCP/collaboration.js index 96a20bffc9c..cfbdb467f5e 100644 --- a/core/src/OCP/collaboration.js +++ b/core/src/OCP/collaboration.js @@ -39,7 +39,6 @@ export default { * @param {TypeDefinition} typeDefinition */ registerType(type, typeDefinition) { - console.log('Type ' + type + ' registered') types[type] = typeDefinition; }, trigger(type) { |