Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
alihm committed Apr 24, 2024
1 parent b1030b1 commit 65cbcb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mysqlimport.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ const mysql = require('mysql2');
const fs = require('fs');
const path = require("path");
const stream = require('stream');
const BackLog = require('../ClusterOperator/Backlog');


/**
* mysql-import - Importer class
* @version 5.0.26
* @version 5.0.26s
* https://github.com/Pamblam/mysql-import
*/

Expand Down

0 comments on commit 65cbcb4

Please sign in to comment.