Skip to content

Commit

Permalink
Remove useless method in index.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Feb 27, 2016
1 parent 3edcfec commit 099856b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@ function addParseCloud() {
global.Parse = Parse;
}

function getClassName(parseClass) {
if (parseClass && parseClass.className) {
return parseClass.className;
}
return parseClass;
}

module.exports = {
ParseServer: ParseServer,
S3Adapter: S3Adapter
Expand Down

0 comments on commit 099856b

Please sign in to comment.