diff options
author | elijah <elijah@riseup.net> | 2013-06-04 23:11:04 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-04 23:11:04 -0700 |
commit | 34a8237d7172c19547b74bd972bfe908c272c4ab (patch) | |
tree | 55c41da93e44bc20f840aab30feb12d418292376 /lib | |
parent | d0f0cb4567a964f321e22e12196cfbc17790d2e0 (diff) |
minor - remove duplicate log
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/util.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/leap_cli/util.rb b/lib/leap_cli/util.rb index 116c212..c34b5af 100644 --- a/lib/leap_cli/util.rb +++ b/lib/leap_cli/util.rb @@ -217,7 +217,6 @@ module LeapCli content = yield(nil) unless content.nil? write_file!(filepath, content) - log :created, filepath end else File.open(filepath, File::RDWR|File::CREAT, 0644) do |f| |