Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
barrydegraaff committed Nov 2, 2016
1 parent 51a1a1d commit 82977b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zimlet/OwnCloudConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@
* @static
*/
OwnCloudConnector._parseResponse = function(action, callback, errorCallback, result) {
console.log(action);
console.log(result);
var response = result.getResponse().response;
if (result.isException() && !!errorCallback) {
errorCallback.run(result);
Expand Down

0 comments on commit 82977b5

Please sign in to comment.