Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rey Dhuny committed Apr 12, 2016
1 parent 58c7b55 commit 5e71834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ palin.on("ready", function(){

setInterval(function() {
var session = Ping.createSession (options);
session.pingHost (target, function (error, target) {
session.pingHost (target, function (error) {

// If ping isn"t successful
if (error) {
Expand Down

0 comments on commit 5e71834

Please sign in to comment.