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

Commit

Permalink
#56 Holy Hot Push! "Firebase Remote Config" support please! - forgot …
Browse files Browse the repository at this point in the history
…to remove a line (iOS)
  • Loading branch information
EddyVerbruggen committed Jun 21, 2016
1 parent d7e8a29 commit 99072eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firebase.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ firebase.getRemoteConfig = function (arg) {
remoteConfigSettings.developerModeEnabled = arg.developerMode || false;
firebaseRemoteConfig.configSettings = remoteConfigSettings;

var defaults = firebase.getRemoteConfigDefaults(arg.properties);

var dic = NSMutableDictionary.new();
for (var p in arg.properties) {
var prop = arg.properties[p];
Expand Down

0 comments on commit 99072eb

Please sign in to comment.