Remove unused Promise in scratch3_operators

This commit is contained in:
Tim Mickel 2016-08-08 15:44:55 -04:00
parent c47a061edb
commit 0b826c0dc9

View file

@ -1,5 +1,3 @@
var Promise = require('promise');
function Scratch3OperatorsBlocks(runtime) {
/**
* The runtime instantiating this block package.