Skip to content

Commit

Permalink
Removed sleep function. No longer needed (elastic#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 authored and Rashid Khan committed Apr 3, 2018
1 parent 7175937 commit 63682be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions common/functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { rowCount } from './rowCount';
import { repeatImage } from './repeatImage';
import { revealImage } from './revealImage';
import { seriesStyle } from './seriesStyle';
import { sleep } from './sleep';
import { sort } from './sort';
import { staticColumn } from './staticColumn';
import { string } from './string';
Expand Down Expand Up @@ -77,7 +76,6 @@ export const commonFunctions = [
rowCount,
seriesStyle,
sort,
sleep,
staticColumn,
string,
table,
Expand Down
19 changes: 0 additions & 19 deletions common/functions/sleep.js

This file was deleted.

0 comments on commit 63682be

Please sign in to comment.