Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOG-8039 update packages #59

Merged
merged 18 commits into from Apr 6, 2020

remove legacy code

  • Loading branch information
alestrunda committed Mar 31, 2020
commit 3d9ca73ff6c534b160ce4552706ab5a3c0520518
@@ -147,7 +147,6 @@ Loggly.prototype.log = function(meta, callback) {
? this.client.log(message, meta.tags, logged)
: this.client.log(message, logged);

callback();
return result;
};

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.