Built motion from commit 1038d87.|0.0.141
[motion.git] / server / models / fax_account.js
index 079db3f..0c47fad 100644 (file)
@@ -1,8 +1,4 @@
-/**
- * Chat Website Model
- */
-
-var crypto = require('crypto');
+'use strict';
 
 module.exports = function(sequelize, DataTypes) {
 
@@ -128,7 +124,6 @@ module.exports = function(sequelize, DataTypes) {
                                        }]
                                }]
                        });
-
                }
        });