From 9eba936e5631b9ce4c54c3bb4eea084c4ba058e1 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Sun, 15 Jan 2017 16:06:21 +0800
Subject: [PATCH] 调试并发布新代码
---
queue.js | 1 -
client.js | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/client.js b/client.js
index 52027f1..cdf95ff 100644
--- a/client.js
+++ b/client.js
@@ -1,7 +1,6 @@
/**
* Created by bin.shen on 5/30/16.
*/
-
var net = require('net');
var HOST = '121.40.92.176';
diff --git a/queue.js b/queue.js
index 2b20268..040f745 100644
--- a/queue.js
+++ b/queue.js
@@ -1,7 +1,6 @@
/**
* Created by bin.shen on 03/12/2016.
*/
-
var amqp = require('amqplib/callback_api');
var moment = require('moment');
--
Gitblit v1.8.0